Skip to content

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

Notifications You must be signed in to change notification settings

junah201/Medical-Innovation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

미래의학연구재단

https://medicalinnovation.or.kr > image

Install and Run

Frontend

cd .\Frontend\
yarn install
yarn dev --port 3000

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!