Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Releases: thewillyhuman-archive/snoicd-codex

MongoDB Stable Release

Choose a tag to compare

@thewillyhuman thewillyhuman released this 07 Apr 09:48
e124647

This version implements persistence in a mongo database.

Version 1.0 Beta

Version 1.0 Beta Pre-release
Pre-release

Choose a tag to compare

@thewillyhuman thewillyhuman released this 14 Feb 15:38

This is the beta version and must not be put in to production under no scenario.

How to build and deploy.

You will need to change your working directory in the command line to the snoicd-codex, build the api sources and finally deploy the docker container, to do so:

cd snoicd-codex;
cd api;
mvn package -DskipTests;
cd ..;
docker-compose up;

Notice that once the docker-compose services start it will take between 1 and 5 minutes for services to start. Once the services started you will be able to connect at http://localhost:8082. Find more information about the API here.
This API has been documented with Swagger 2 so at http://localhost:8082/swagger-ui.html you can try / test the behavior of the endpoint.