Skip to content

oernster/fastapi-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI example

a simple coding exercise

Run instructions

Install Python 3.8 or later

Install virtualenv

In the command line, clone this repo.

Enter: virtualenv venv

Enter: pip install -r requirements.txt

Enter: uvicorn main:app --reload

To find docs go to http://127.0.0.1:8000/docs

To run tests...

Enter: pytest -1 tests.py

About

A sample fastapi set of endpoints.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages