/fastapi-starter

FastAPI Starter for init project with FastAPI, Postgresql, Redis. Base on https://github.com/tiangolo/full-stack-fastapi-postgresql

Primary LanguagePython

Requirements

  • Python 3.8
  • PostgresSQL 13
  • Redis

Install

Install Poetry - Tool for dependency management and packaging in Python

poetry install
poetry shell
alembic revision --autogenerate -m "update db"