Frontend for meal-booking-application, that allows customers to make food orders and helps the food vendor know what the customers want to eat.
In order to run the project locally you should clone the Meal booking backend application.
Go to the repository and clone it.
Follow the instruction in it's README
to setup and run the backend application.
Make sure to have the backend server running at http://127.0.0.1:5000
-
Clone this Repository to your development machine
- Run this command in git bash to create the repo locally
git clone https://github.com/solnsubuga/bookmeal-frontend.git
- Run this command in git bash to create the repo locally
-
Install dependecies
yarn install or npm install
-
To run the application run the commands
yarn start or npm start
The application should be available athttp://127.0.0.1:3000/
In order to test the application you can run the command
npm test or yarn test
In order to try out the application you can run visit
https://bookmeal-app.herokuapp.com/
The project is licensed under MIT License.