Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhirampai/fastapi-boilerplate
fastAPI boilerplate with mongo connection, auth login, and register and cloudinary connection
https://github.com/abhirampai/fastapi-boilerplate
fastapi fastapi-boilerplate
Last synced: about 2 months ago
JSON representation
fastAPI boilerplate with mongo connection, auth login, and register and cloudinary connection
- Host: GitHub
- URL: https://github.com/abhirampai/fastapi-boilerplate
- Owner: abhirampai
- Created: 2021-03-24T15:38:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T07:01:54.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T14:08:30.864Z (almost 2 years ago)
- Topics: fastapi, fastapi-boilerplate
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fastapi-boilerplate
create a virtual environment using pip (refer https://python.land/virtual-environments/virtualenv)
download the requirements
uvicorn src.main:app --reload to run the code