The official service microservice of Cryptic (https://cryptic-game.net/).
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
This microservice is online on docker-hub (https://hub.docker.com/r/crypticcp/cryptic-service/).
Go here to read the documentation
