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
- Host: GitHub
- URL: https://github.com/nichind/fastapi
- Owner: nichind
- Created: 2024-12-04T14:25:08.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-02-02T16:21:32.000Z (5 months ago)
- Last Synced: 2025-02-02T17:26:46.561Z (5 months ago)
- Topics: async, fastapi, fastapi-sqlalchemy, fastapi-template, sqlalchemy, template
- Language: Python
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```