Skip to content

ChristopherGS/python-api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-api-examples

Comparing Python API Frameworks

Flask Local Setup

  1. pip install poetry
  2. Install dependencies cd flask_project then poetry install
  3. Run the flask server via poetry poetry run flask run
  4. Open http://localhost:5000/

FastAPI Local Setup

  1. pip install poetry
  2. Install dependencies cd fastpi_project then poetry install
  3. Run the FastAPI server via poetry poetry run ./run.sh
  4. Open http://localhost:8001/

About

Comparing Python API Frameworks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published