Skip to content

diogor/rest_api_base

Repository files navigation

REST Api Base

Features

  • ORM (sqlmodel)
  • Migrations (alembic)
  • Authentication (JWT)

Requirements

Setup and install

  • Copy .env.example -> .env and edit according to your needs
  • Run poetry install

Migrations

  • Update your database: make migrate or poetry run alembic upgrade head
  • Create new migration: make migration name="migration name"

Start development server

  • make start

Documentation

Go to /docs to access swagger auto-generated docs.

About

Base para uma api rest em FastApi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published