https://github.com/abhirampai/fastapi-boilerplate
fastAPI boilerplate with mongo connection, auth login, register and cloudinary connection
https://github.com/abhirampai/fastapi-boilerplate
fastapi fastapi-boilerplate
Last synced: 4 months ago
JSON representation
fastAPI boilerplate with mongo connection, auth login, register and cloudinary connection
- Host: GitHub
- URL: https://github.com/abhirampai/fastapi-boilerplate
- Owner: abhirampai
- Created: 2021-03-24T15:38:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T07:05:00.000Z (about 3 years ago)
- Last Synced: 2025-08-11T09:33:13.984Z (11 months ago)
- Topics: fastapi, fastapi-boilerplate
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
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