book-a-meal

A meal booking web application where users are connected to caterers that provide them with they love to eat.

Build Status

Maintainability

Test Coverage

Coverage Status

UI template: (https://olayinkaraheem.github.io/book-a-meal-app/)

Built With

Installation

  1. Ensure you have Node.js and npm installed

  2. Clone this repo

$ git clone https://github.com/olayinkaraheem/book-a-meal-app.git
  1. Install Dependencies
npm install

Features

  • Users can create an account and log in

  • Admin/Caterer manages meal options.

  • Admin/Caterer sets up menu for a specific day by selecting from a list of available meal options on the system.

  • Authenticated users (customers) should be able to place on order from available meal options.

  • Only authenticated users (customers) should be able to change their meal choice.

  • Admin/Caterer should be able to see summary of sales and orders made by the user on a daily basis