Skip to content

My personal application to analyze financial income and outcomes. First look on remix.run framework

Notifications You must be signed in to change notification settings

Maciekek/fund-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fund Control

Small app to play a little bit with Remix.run (https://remix.run/).

Quickstart

Development

  • Install all dependencies

    npm install
  • This step only applies if you've opted out of having the CLI install dependencies for you:

    npx remix init
  • Init db

      npx prisma db seed
  • Start dev server:

    npm run dev

This starts your app in development mode, rebuilding assets on file changes.

The database seed script creates a new user with some data you can use to get started:

  • Email: rachel@remix.run
  • Password: racheliscool

About

My personal application to analyze financial income and outcomes. First look on remix.run framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published