Skip to content

vincecii/python-fastapi-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

Create virtual environment

For Windows:

py -m venv venv
.\venv\Scripts\Activate

For MacOS/Linux:

python -m venv venv
source venv/bin/activate

Install dependencies

under venv

pip install -r requirements.txt

Running the FastAPI

uvicorn app.main:app --restart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published