Skip to content

This repository contains the projects of Group 1 made after the 4 month CRT training of Full Stack Java. The Depolyment manual, .sql file, SRS, and project PPT are all available in the repository.

Notifications You must be signed in to change notification settings

harsshhhgit/TECHBEE_JFM22_FS_JAVA_5_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

This repository contains the projects of Group 1 made after the 4 month CRT training of Full Stack Java. The Depolyment manual, .sql file, SRS, and project PPT are all available in the repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published