Task Management API is used for handling tasks and containers for the specific user groups. This project is designed to be run using Docker and Docker Compose. Follow the instructions below to get started.
Make sure you have the following installed on your system:
- Docker
- Docker Compose
- Makefile setup
Inside the root of the project, You should run
make start
Above comment will create the postgres database within the docker and create the tables and sample data.
If you want to stop/remove the containers,
make down
Rebuild command
make rebuild-docker