Implementation of a store table reservation service Using SpringBoot Goal : Build a commerce server that mediates between restaurant owners and customers.
Language : Java
DBMS : MariaDB
Java Version : Java 11
IDE : Intellij IDEA 2023.3.3 (Ultimate Edition)
Test Program : Swagger
- Join the membership
- Join the membership
- Inquire about restaurants by sort(ASC NAME, ADDRESS, STAR)
- Inquire about a restaurant detail
- Review a restaurant
[x] ㄴ later it will be checked for review writer verification.
- Book a reservation
- Check Bookings and change to expired when booking time is left less than 10 min.
- confirm a visit
- check approved bookings
- Register a restaurant
- Inquire about reservations
- approve or reject a reservation
- Upgrade Login function with jwt
- Upgrade Error function



