ytbeepbeep / challenge-service

Manage the challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

challenge-service

Manage the challenges

Build Status Coverage Status

This microservice works on port 5005.

Install

  • pip install -r requirements.txt
  • python setup.py develop

Run the microservice

python challengeservice/app.py

Important note: use python 3.6.

Docker

Image size Latest version

A Docker Image is available on the public Docker Hub registry. You can run it with the command below.

docker run -d --name challenge-service ytbeepbeep/challenge-service

Important note: if you need to expose the service outside you Docker installation (e.g. to third part services) use the option -p 5005:5005

Locally

You can also build your own image from this repository.

  • Build with docker build -t ytbeepbeep/challenge-service .
  • Run as usually, with the commands specified above

About

Manage the challenges

License:GNU Affero General Public License v3.0


Languages

Language:Python 98.6%Language:Dockerfile 1.4%