Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 226 Bytes

File metadata and controls

9 lines (7 loc) · 226 Bytes

CSE-ORGANIZERS-APP-backend

python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate
pip install -r requirements.txt
pip install fastapi uvicorn

to run it :

uvicorn main:app --reload