chenjr0719 / Gogolook-Exercise

A RESTful task list API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A RESTful task list API

License:MIT License


Languages

Language:Python 89.1%Language:Shell 9.1%Language:Mako 1.7%