The Makefile contains a few helpers to make your life easier. Run make help
to know more.
- Copy file
.env.local
to.env
- Run command
make run
to run the project (the first time run build images) - Create super user to access django admin http://localhost:8000/admin/ by command
make createsuperuser
- Backend Core admin app: http://localhost:8000/admin/
- Celery monitoring: http://localhost:5555
port: 8000 path: /healthcheck/ status code: 200