Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 554 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 554 Bytes

Makefile helpers

The Makefile contains a few helpers to make your life easier. Run make help to know more.

Running

  1. Copy file .env.local to .env
  2. Run command make run to run the project (the first time run build images)
  3. Create super user to access django admin http://localhost:8000/admin/ by command make createsuperuser

Places you'll need to visit

Config health check

port: 8000 path: /healthcheck/ status code: 200