An open API service indexing awesome lists of open source software.

https://github.com/iomega8561/detergentsshop

DetergentsShop is a team project developed as a deliverable for our Software Engineering exam at UNINA.
https://github.com/iomega8561/detergentsshop

application backend docker engineering java jdk17 learning mariadb mysql

Last synced: 5 months ago
JSON representation

DetergentsShop is a team project developed as a deliverable for our Software Engineering exam at UNINA.

Awesome Lists containing this project

README

          

# DetergentsShop
DetergentsShop is a team project developed as a deliverable for our Software Engineering exam at UNINA.

>[!IMPORTANT]
>This is a learning project and all the code uploaded here is free to use.
>This software was never intended to be deployed in a production environment, so beware.

## How to use

### Requirements
- Docker installed
- Make installed
- Java JDK version 17
- Internet connection

>[!TIP]
>Latest Docker versions ship the new "compose" utility by default

### Deployment steps
- Clone this repository with ```git clone```
- Build the application with ```make```
- Deploy the database using ```docker compose up -d```
- Run the application with ```make run```