Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Create Virtual Environment

python3.10 -m venv .venv

Activate Virtual Enviroment

.venv/Scripts/activate

OR in Mac/Linux

source .venv/bin/activate

Install Requirements

pip install -r requirements.txt

Run Command

uvicorn app.main:app --reload

OR run the following to specify port number and to allow all host:

uvicorn app.main:app --reload --host 0.0.0.0 --port 8000

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages