Skip to content

aangelis/fastapi-starter-project

 
 

Repository files navigation

Run project locally with docker-compose

  • copy .env.example to .env
cp app/.env.example app/.env

run with docker-compose

docker-compose -d --build

Links

Pre commit Hooks

pip install pre-commit

create a sample pre-commits file

pre-commit sample-config > .pre-commit-config.yaml

edit this file to add hooks install hooks

pre-commit install --install-hooks

Container registry

Links

Tests

run

pytest

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.7%
  • Dockerfile 26.9%
  • Shell 5.4%