Skip to content

parrvvv/Restaurant_management_system

 
 

Repository files navigation

TECHBEE_JFM22_FS_JAVA_5_Group_1_Restaurant_management_system

TECHBEE_JFM22_FS_JAVA_5_Restaurant_management_system

Restaurant Management System

About

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.

Frameworks/Tools used

Highlights

  • Have written comments in code.
  • Used meaningful names for variables and methods.
  • Focused on code maintainability, readability and reusability.

How to run

Frontend

  1. Clone the repo
  2. Install all the dependencies:
npm install
  1. Run the angular application:
ng serve

Backend

  1. Open the backend project in Eclipse IDE.
  2. Change the configuration in application.properties acording to your oracle id and password. Try not to change the port number.
  3. 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

About

Forked from Harshbardhan Singh.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 43.7%
  • CSS 27.2%
  • TypeScript 18.1%
  • Java 10.7%
  • JavaScript 0.3%