Skip to content

tsadimas/fastapi_lab_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create virtual environment

virtualenv fvenv -p python3.X

Activate virtual environment

source fvenv/bin/activate

Install dependencies

pip install -r requirements.txt

Run the project

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages