Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
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