Skip to content

DanielR59/python-fastapi-devops-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

respositorio del curso de devops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors