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

https://github.com/iunary/fastapi-template

FastAPI template
https://github.com/iunary/fastapi-template

alembic api authentication clean-architecture fastapi fastapi-boilerplate fastapi-sqlalchemy fastapi-template jwt middleware migrations pydantic python3 sqlalchemy typing

Last synced: 28 days ago
JSON representation

FastAPI template

Awesome Lists containing this project

README

          

# Fastapi template
`fastapi template` is a template repository for building `FastAPI` applications following the clean architecture principles.

## Features
- Clean architecture folders structure
- Pydantic
- SQLAlchemy with postgresql
- JWT authentication and middlewares
- User model, repository and service example
- Alembic to manage database migrations
- settings file
- `manage.py` cli for running the application, make migrations, migrate and create user

## Prerequisites
- Python 3.x
- Postgresql

## Running the application

```bash
python manage.py run
```