ruipgil / ProcessMySteps

Backend for GatherMySteps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProcessMySteps

Backend for GatherMySteps

Running

The server is highly parameterable, use

python server.py --help

to get all the options.

Database access is not mandatory, however some functionalities may not work. You can set DB_NAME, DB_PASS, DB_HOST, DB_PORT and DB_NAME with environment variables. All of those must be set so that ProcessMySteps can connect with the database.

The start.sh starts a docker container with a valid database setup, and starts the server connected with it.

About

Backend for GatherMySteps

License:MIT License


Languages

Language:Python 98.2%Language:Shell 1.7%Language:Makefile 0.1%