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.
- Host: GitHub
- URL: https://github.com/iomega8561/detergentsshop
- Owner: iOmega8561
- License: mit
- Created: 2024-05-22T11:32:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-02T22:48:19.000Z (8 months ago)
- Last Synced: 2025-12-05T22:59:14.443Z (8 months ago)
- Topics: application, backend, docker, engineering, java, jdk17, learning, mariadb, mysql
- Language: Java
- Homepage:
- Size: 7.39 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```