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
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.
Type the command below at your terminal/console/command prompt to run tests.
$ yarn test
$ yarn test -- -coverage
Follow this link to see the app in live production