Skip to content

pawelkobojek/cookiecutter-fastapi-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

A Cookiecutter template for FastAPI + PostgreSQL. No frontend nor background worker which I prefer to keep in separate repositories. It uses `docker-compose` for local development. When started with `docker-compose up` it spins a testing database which may also be used for automatic tests.

Usage

  1. Make sure you have Cookiecutter installed
  2. If you use pyenv: pyenv exec python -m cookiecutter https://github.com/pawelkobojek/cookiecutter-fastapi-postgres
  3. Otherwise (python3 or python) python3 -m cookiecutter https://github.com/pawelkobojek/cookiecutter-fastapi-postgres

About

Tiny FastAPI + PostgreSQL cookiecutter template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published