#How to config :
##Server
- python -m venv env (One time only when clone the repo)
- source env/bin/activate (Run before turn on server)
- pip install fastapi uvicorn sqlalchemy (One time only when clone the repo)
- cd/server > uvicorn main:app --reload (Turn on server)
##Client
- cd client
- npm install (One time only when clone the repo)(One time only when clone the repo)
- npm start