Skip to content

A web application for customers to make orders and the caterer being able to receive the orders

Notifications You must be signed in to change notification settings

magicmarie/bookameal-react

Repository files navigation

Build Status Coverage Status Maintainability

Book A Meal application

Book A Meal is a web application that allows customers to make food orders and helps the food vendor to know what the customers want to eat.

Client App consumes the api at this githup repo here and API documentation and Live production follow this url

Installation

First clone this repository

$ git clone https://github.com/magicmarie/bookameal-react.git
$ cd bookameal-react

Then install the the necessary dependecies

$ yarn add

Start the server

$ yarn start

Then navigate to http://localhost:3000 to run the app in your browser on your local machine.

Tests

Type the command below at your terminal/console/command prompt to run tests.

$ yarn test

For test coverage

$ yarn test -- -coverage

Live APP

Follow this link to see the app in live production

About

A web application for customers to make orders and the caterer being able to receive the orders

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published