Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

cryptic-game/cryptic-inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptic-inventory Coverage

Manages all Items of Players furthermore it provides a hardware shop.

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

Testing with Docker

You will need root permissons. To run all commands write sudo infront of them.

On Windows use the commandline with administrator permissions.

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

pip install docker-compose

docker-compose up -d

The microservice is available on port 1242.

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-inventory/).

API

API Documentation

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages