Skip to content

KayvanShah1/fastapi-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI CRUD App

To run the development server

uvicorn crud_app.main:app --reload

There are many features to add to the app.

Deployed the App using Heroku

Visit the app here

GitHub Pages Site

Visit the static site here

Managing secrets and credentials

Place the secret information in a .env file