A RESTful task list API
To run the whole system with less setup, please run it with docker-compose. Simply run the script:
./scripts/docker_compose_up.sh
And if you need to showdown the system, use another script to shut it down:
./scripts/docker_compose_down.sh
When you need to remove the whole system, including all the persist data (ex: DB), use the purge script:
./scripts/docker_compose_purge.sh
Please check the Contributing guide for more information.