Skip to content

andrelsf/fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI

$ cd project
$ python3.9 -m venv env
$ source env/bin/activate

(env)$ pip install fastapi==0.65.3
(env)$ pip install uvicorn==0.14.0

(env)$ uvicorn app.main:app --reload


(env)$ export ENVIRONMENT=prod
(env)$ export TESTING=1

About

Learning Python with FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors