OnlineFoodOrderingSystem

Web application for ordering food items via online.

Table of Contents

1.General Infro

2.Demo

3.Technologies

4.Setup

General Info

This system provides online food ordering facility to any customer.

Demo

image

image

Technologies

  • Frontend - Reactjs, Material UI

  • Backend - Spring Boot

  • Database - MongoDB

Setup

Backend

$ cd backend

$ npm install

Frontend

$ cd frontend

$ npm install

$ npm start