Skip to content

Kspiropali/InventoryManagementSystem

Repository files navigation

Decentralised Inventory Management System

A complete web application featuring all sorts of authorization & authentication. Implements websockets as well as RESTful API. The application is built using Springboot, pure JS, postgres and Redis. Build Status

Deploying natively

Prerequisites

gradle build
gradle bootRun 

Deploying with Docker

Prerequisites

gradle build
docker-compose up

Project Structure