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

https://github.com/nichind/fastapi

The only python fastapi template you'll ever need
https://github.com/nichind/fastapi

async fastapi fastapi-sqlalchemy fastapi-template sqlalchemy template

Last synced: 3 months ago
JSON representation

The only python fastapi template you'll ever need

Awesome Lists containing this project

README

        

# FastAPI template backend

Welcome to my best (yet) & fastest backend written in python. You can use it to kickstart your project!

### Features

- Easy-to-modify database with audit logs, encryption, various tweaks and features (using sqlalchemy)
- Perfomance meter & report on delays
- Logging
- Localization support

### Quickstart

##### Running backend

1. Clone the repo:

```bash
git clone https://github.com/nichind/fastapi
```

2. Start

```bash
./run.sh dev
```