Skip to content

Challenge solution for mondora.com: this repo contain a simple project made by Java and Spring to store Plastic Consumption

License

Notifications You must be signed in to change notification settings

rhllor/PlasticConsumption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plastic Consumption

Descrizione

L'Applicazione si occupa di censire settimanalmente il consumo di plastica da parte degli utenti censiti. In questa demo vengono creati 4 utenti

  • Pagot
  • fio
  • curtis
  • gina

Tutti questi utenti hanno la seguente password: password. Per tutti questi utenti vengono creati dati causuali dal 2000 fino alla data attuale.

Installazione

  1. Clonare il progetto
git clone https://github.com/rhllor/PlasticConsumption.git
  1. Accedere alla cartella appena scaricata
cd PlasticConsumption
  1. Compilare l'applicazione
.\mvnw install
  1. Crare l'immagine docker.
docker build service --tag plasticconsumptionservice
  1. Creare ed eseguire un container dall'immagine precedentemente generata
docker run -d -p 8080:8080 plasticconsumptionservice
  1. Una volta in esecuzione il container si accede alla documentazione del servizio al seguente indirizzo: http://localhost:8080/swagger-ui.html

About

Challenge solution for mondora.com: this repo contain a simple project made by Java and Spring to store Plastic Consumption

Resources

License

Stars

Watchers

Forks