Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

davigps/fast-api-template

Repository files navigation

FastAPI - Backend Template

FastAPI Backend template, with:

  • AWS S3 integration
  • Image Upload
  • JWT Authentication
  • Alembic for migrations
  • Pydantic for models
  • Tests with Pytest

Models

  • User
  • Post
  • PostCategory

Pre-requisites

Installation

  • Clone the repository
  • Set poetry environment in folder poetry config virtualenvs.in-project true
  • Run make install to install dependencies
  • Run make db-up to start the database
  • Run make start to run server for the first time and run migrations
  • (Optionally) Run make db-seed to run seed and fill database with fake data

Run

About

Fast API template for REST APIs

Topics

Resources

Stars

Watchers

Forks