项目作者: KayvanShah1
项目描述 :
Learning FastAPI
高级语言: Python
项目地址: git://github.com/KayvanShah1/fastapi-tutorial.git
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