- The Restaurant Reservation System allows a user to make a table reservation at a restaurant online with a web application. This web app includes a menu of food sold by the restaurant, a home page, and a reservation page with which a user can reserve a table with a variable party size, at a time and day of their choosing. This project is built with Angular for the frontend, and Spring for the backend.
- Angular
- Spring
A user can:
- Register a new account.
- Login.
- Reserve a table at a specific time and day.
- View the restaurant's menu, with entries filled in by an API.
-
git clone https://github.com/MolSnoo/RestaurantProject.git -
Open the source folder in your IDE of choice to run the Angular project.
-
Open the restaurant-project subfolder within the root folder in your Java IDE of choice to run the Spring project.
- With your JAVA IDE of choice, run the Spring project.
- For the Angular part, run
ng servefor a dev server. Navigate tohttp://localhost:4200/. The app will automatically reload if you change any of the source files.
- Vivian Anderson, Michael Butera
- Apache License, Version 2.0
- https://opensource.org/licenses/Apache-2.0