Frontend
cd .\Frontend\
npm install
npm start
Backend
cd .\Backend\
uvicorn app.main:app --reload
DB migration
cd .\Backend\
alembic revision --autogenerate -m "migration message"
alembic upgrade head
Contributions are welcome!
This is the official site of Foundation for Medical Innovation (React.js, FastAPI)
JavaScript
Frontend
cd .\Frontend\
npm install
npm start
Backend
cd .\Backend\
uvicorn app.main:app --reload
DB migration
cd .\Backend\
alembic revision --autogenerate -m "migration message"
alembic upgrade head
Contributions are welcome!