/fastapi-cicd

A example for Fast API deployment to a Heroku server using GitHub actions

Primary LanguagePython

fastapi-cicd

A example for Fast API deployment to a Heroku server using GitHub actions.

This repo includes a code example of a basic GET API built using Fast API. We will deploy this Api to our heroku server using Github Actions. We also have a set test cases and a Dockerfile for mimicking a complete deployment scenario.