Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

ytbeepbeep/challenge-service

Repository files navigation

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

Releases

No releases published

Packages

No packages published