Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.16 KB

File metadata and controls

37 lines (19 loc) · 1.16 KB

Intro:

This is an online food ordering project with backend in java and frontend in react.

Spring, Hibernate, Tomcat, Postman test, RESTFul API

Demo of this project: https://recordit.co/9kb2LHFPsm

Structure of the Project

image

Major Features:

Sign in/Sign up

Load restaurant menus

Add item to customer’s cart

Check out

ER Diagram

Online Food Booking ER Diagram

Major Implementation:

Implemented Rest API via Spring MVC including registration, menu searching and ordering, checkout etc.

Utilized Hibernate to access and operate the data storage (menu, restaurants etc.)

Provided both authentication and authorization via Spring security to protect the application from malicious attacks.

Used the Spring framework core technologies to loosely decouple all the components in the application

Build the client side with ReactJS and Ant Design to allow users add items to the shopping cart and place orders.