/Gogolook-Exercise

A RESTful task list API

Primary LanguagePythonMIT LicenseMIT

Gogolook-Exercise

Python application Docker Image codecov

A RESTful task list API

How to use it?

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

How to contribute to this project?

Please check the Contributing guide for more information.