Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 632 Bytes

File metadata and controls

18 lines (14 loc) · 632 Bytes

About

Learning project in Java + Spring Boot: REST API, JPA/Hibernate, PostgreSQL/MySQL, Docker. Immitation of booking service and reservation management

Tech stack

Java backend: Spring Boot, Rest API, Databases, JPA/Hibernate, Docker

How to run

Clone the project to your local IDE and start. No third applications needed

Examples of Endpoint

https:/localhost:8080/reservations

https:/localhost:8080/reservations/{id}

https:/localhost:8080/reservations/{id}/delete

https:/localhost:8080/reservations/{id}/edit

https:/localhost:8080/reservations/{id}/approve

Roadmap

Kafka, Spring Security, tests, Swagger/OpenAPI