/Medical-Innovation

This is the official site of Foundation for Medical Innovation (React.js, FastAPI)

Primary LanguageJavaScript

미래의학연구재단

https://medicalinnovation.or.kr image

Install and Run

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

Contribute

Contributions are welcome!