Skip to content

CargoReligion/ppcodingassignment

Repository files navigation

Document Manager

Description

Simple service that allows the creation of documents alongwith user and organization management.

Table of Contents

Installation

git clone https://github.com/CargoReligion/ppcodingassignment.git
cd ppcodingassignment
docker-compose up server

Usage

You can either curl at http://localhost:8080 or run swagger (http://localhost:8080/swagger/index.html)

If you want to inspect the database locally, a nifty little tool called Adminer is also included in the docker-compose file

docker-compose up adminer

Once that is spun up, go to http://localhost:8081 and login using DB credentials specified in docker-compose environment variables

Tests

A few basic unit tests are available and can be run via docker-compose

docker-compose up test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published