Skip to content

Contributing

Prerequisites

These items must be installed on your system.

  1. docker

If you want to bypass docker-based development and use your own machine, make sure that the following items are installed and are working on your machine.

  1. task
  2. poetry
  3. python with the right version. Consider using pyenv and task will do all stuff for you — see below.
  4. postgresql

Run the project

  1. task docker-up
  2. open http://localhost:8000 for Webapp
  3. open http://localhost:8801 for PgAdmin
  4. open http://localhost:8802 for Docs