https://github.com/tmeftah/fastapi-template
Fastapi template
https://github.com/tmeftah/fastapi-template
fastapi python3
Last synced: about 2 months ago
JSON representation
Fastapi template
- Host: GitHub
- URL: https://github.com/tmeftah/fastapi-template
- Owner: tmeftah
- License: mit
- Created: 2021-09-13T16:57:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T17:50:44.000Z (over 4 years ago)
- Last Synced: 2025-05-07T19:14:12.341Z (about 1 year ago)
- Topics: fastapi, python3
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fastapi template
this a perso template to learn Fastapi
## Usage
1. First install the required packages.
```python
pip install requirements.txt
```
2. Start the app with uvicorn
```python
uvicorn app.main:app --reload # relaod to reload the server when file change is detected
```
## Todos
- [ ] Authentication
- [ ] E-mail notification
- [ ] Globale logging system