MaxiHuHe04 / cryptic-user

The offical user microservice of Cryptic

Home Page:https://user.api.cryptic-game.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cryptic-user

The official user microservice of Cryptic (https://cryptic-game.net/).

Testing with Docker

If you want to test this microservice you can simply build and run a container with docker-compose:

docker-compose up -d

The microservice is available on port 1240.

Testing with pipenv

You can also test it without docker using pipenv:

pipenv run dev or pipenv run prod

To install the dependencies manually use:

pipenv install

If you only need a mysql-server you can bring it up with:

docker-compose up -d db

Docker-Hub

This microservice is online on docker-hub (https://hub.docker.com/r/useto/cryptic-user/).

API Documentation

The API documentation is automatically generated by the flask-restplus and is available on http://localhost:1240/.

About

The offical user microservice of Cryptic

https://user.api.cryptic-game.net/

License:GNU Affero General Public License v3.0


Languages

Language:Python 97.9%Language:Dockerfile 2.1%