It is a webapp which shows the users registered restaurants near them and allows them to choose a restaurant, pick items and place dine in order request for a particular time. This reservation can then be accepted or rejected from the restaurant side.
Front-end for Restaurant automation application created using reactjs along with redux and Material-UI
To get the server running locally:
- Clone this repo
- npm install to install all required dependencies
- Initialize a .env file with
- REACT_APP_GOOGLE_API_KEY='UR API KEY' REACT_APP_SERVER_URL=http://localhost:3000
- npm start to start the local server
By default the local server will start on port 3000
Note: The Google API key should have access to Javascript Maps, Places API, and Geocoding API