Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python FastAPI DEMO

This DEMO API will be used to showcase fastAPI, CICD and more.

Requirements

python >= 3.9

Instruction

  1. Create virtual environment
virtualenv -p python3 .venv
  1. Install requirements
pip install -r requirements.txt
  1. Test Code
pytest test/test.py
  1. Start API
uvicorn app.main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages