Skip to content

Frontend (ReactJS App) for a meal booking app that allows customers to order for what they want to eat and for vendors to know what customers want to eat.

Notifications You must be signed in to change notification settings

wasswa-derick/bookmeal-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meal-booking-app

Frontend for meal-booking-application, that allows customers to make food orders and helps the food vendor know what the customers want to eat.

Build Status Coverage Status Maintainability

Backend Api Setup

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

Client Application Setup

  1. 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
  2. Install dependecies yarn install or npm install

  3. To run the application run the commands yarn start or npm start The application should be available at http://127.0.0.1:3000/

Testing

In order to test the application you can run the command

    npm test or yarn test

Deployment

In order to try out the application you can run visit

   https://bookmeal-app.herokuapp.com/

License

The project is licensed under MIT License.

About

Frontend (ReactJS App) for a meal booking app that allows customers to order for what they want to eat and for vendors to know what customers want to eat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published