Skip to content

Sicillian/finance-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#How to config :

##Server

  1. python -m venv env (One time only when clone the repo)
  2. source env/bin/activate (Run before turn on server)
  3. pip install fastapi uvicorn sqlalchemy (One time only when clone the repo)
  4. cd/server > uvicorn main:app --reload (Turn on server)

##Client

  1. cd client
  2. npm install (One time only when clone the repo)(One time only when clone the repo)
  3. npm start

About

fastapi + react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors