This is an online food ordering project with backend in java and frontend in react.
Demo of this project: https://recordit.co/9kb2LHFPsm
Sign in/Sign up
Load restaurant menus
Add item to customer’s cart
Check out
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.