Sign inSign up

crypticcp/cryptic-device

By crypticcp

•Updated over 4 years ago

The official device microservice of Cryptic.

Image
0

10K+

crypticcp/cryptic-device repository overview

⁠cryptic-device Coverage

The official device 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 1241.

⁠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/crypticcp/cryptic-device/⁠).

⁠API

API Documentation⁠

Tag summary

Content type

Image

Digest

Size

68.6 MB

Last updated

over 4 years ago

docker pull crypticcp/cryptic-device