#Running the backend
Open a seperate terminal and
-cd backend
Install the dependencies by running
-pip install -r requirements.txt
run command
-uvicorn main:app --reload --port 8000
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
#Running the backend
Open a seperate terminal and
-cd backend
Install the dependencies by running
-pip install -r requirements.txt
run command
-uvicorn main:app --reload --port 8000