Detactive is no longer active, so we decided to open source various services.
Make sure to have Docker installed.
Make sure to have the .env file in place, based on the .env-template file. To start the development server, just run the following shell:
./development.sh(Make sure that the Docker daemon is running)
| Service | Hostname |
|---|---|
| API | http://localhost:3000/ |
| Postgres | http://localhost:5432/ |
| PgAdmin | http://localhost:5050/ |