Add disclaimer about hardcoded passwords
Bump project version to 0.8.0
Merge branch 'vaja8'
Aplikacija za iskanje, rezerviranje in uporabo polnilnic za električne avtomobile.
All the passwords are hardcoded (since this is a one time project for a uni class), but the services aren't live anymore.
mvn clean package
docker-compose build
docker-compose up
Storitve:
http://localhost:7999
admin:password
user1:password
, owner1:password
, admin1:password
, microservice:password
http://localhost:8080
/v1/<endpoint>
/openapi
/openapi/spec
http://localhost:8081
/v1/reports
http://localhost:8082
/v1/invoices?user=<userId>&charge=<chargeId>
Koda za podatkovni model (Mermaid sintaksa): class-diagram.md
Avtorja projekta sta Ana Strmčnik in Erazem Kokot. Projekt je licenciran z MIT licenco.