Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 3.25 KB

README.md

File metadata and controls

65 lines (47 loc) · 3.25 KB

Interactive MERN SPA Project: Easy Res V2

License: MIT

Description

  • Easy Res is an online restaurant reservation service similar to Open Table or Resy. Users can find their favortie restaurants on Easy Res, select their reservation time, and how many people are in their party. Easy Res will send a text conformation letting the user know their reservation has been confirmed. Upon landing on the Home Page, there will be a carousel of restaurants displayed on cards to give users some idea of what is available to them. On these carousel cards, users can click on three different icons to bring up a google maps gps guide to the restaurant, call the restaurant through the phone icon, or go directly to yelp reviews for that specific restaurant. Users also have the option to view all of their reservations in one place under the User Dashboard page. In addition, users also have the ability to sign up as a restaurant owner, and can sign up their restaurant to be hosted on the app. Once logged in as an owner, they can visit their Owner Dashboard to see a list of all of their owned restaurants, as well as an organized list of all reservations on that page as well. Another useful functionality is that users also have the ability to edit their profile settings, update their reservation information, as well as delete their reservation altogether if need be.

Table of Contents

Screenshot of Application

screenshot

Link to Deployed Application

Technologies Used

  • React
  • JavaScript
  • Node.js
  • Express.js
  • MongoDB
  • Material UI
  • CSS
  • Apollo
  • GraphQL
  • JSON Web Tokens
  • Bcrypt
  • Heroku
  • Twilio API

Usage

  • In order to use this app, just visit the live link to the website which is hosted on Heroku and is listed towards the top of this README file!

License Info

  • MIT License
  • A short, permissive software license. Basically, you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source. There are many variations of this license in use.

Contributing

  • Contributor Covenant

Further Questions?