An open API service indexing awesome lists of open source software.

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

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