Application in progress!
Backend is written in Java (mostly Spring and Hibernate) and is almost finished. Frontend is still in progress
and I'm using Angular to create it.
Application's functions:
- inserting reservations and table's details into the database,
- displaying reservations - https://lit-crag-25227.herokuapp.com/v1/reservations
- displaying tables - https://lit-crag-25227.herokuapp.com/v1/tables
- displaying free tables - https://lit-crag-25227.herokuapp.com/v1/tables/free
- deleting a table and a reservation,
- automatic deletion of overdue reservations,
- sending a confirmation email after booking a table,
Link to repository (Frontend): https://github.com/UserWeronikaGarbarz/reservation-app-angular
Link to repository (Backend): https://github.com/UserWeronikaGarbarz/reservation_app