tranvannhat / fastapi-starter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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" 

About

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


Languages

Language:Python 80.3%Language:HTML 19.0%Language:Mako 0.6%Language:Shell 0.1%