Skip to content

A short template that sets up a postgres db and a django backend with tests

Notifications You must be signed in to change notification settings

alex-polosky/django-microservice-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Microservices Template

"fun blurb here"

Setup

docker compose build

docker compose up -d

docker compose exec -it _api python manage.py migrate

docker compose exec -it _api python manage.py createsuperuser

Running commands

Admin console

Open the server page to view the admin dash!

Running test suite

docker compose --profile test up -d && docker compose logs --since 0s -f _api_test

About

A short template that sets up a postgres db and a django backend with tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published