This is an Angular web application which is made on Angular using Spring Boot and Oracle as databse.
- Customers can select food items from the menu, add them to their cart and place orders.
- Admins can add new food items, edit any existing item and manage customer's orders.
- Have written comments in code.
- Used meaningful names for variables and methods.
- Focused on code maintainability, readability and reusability.
- Clone the repo
- Install all the dependencies:
npm install
- Run the angular application:
ng serve
- Open the backend project in Eclipse IDE.
- Change the configuration in application.properties acording to your oracle id and password. Try not to change the port number.
- Open the package com.zira.restaurant and choose the java file in it. And run the java file as Spring Boot App.
Note: Try using the default port in both frontend as well as backend