Skip to content

A modern looking website for booking a room at The Malie Hotel using MERN, Stripe, and JWT authentication.

Notifications You must be signed in to change notification settings

BluSkreen/malie-hotel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fancy Hotel!

Description:

For our final group project a single page MERN stack application was created for "The Malie" hotel. This application presents the user with a homepage for a luxury hotel providing details on the rooms, activities, dining and highlights of the hotel. The user is able to create an account or login to an existing account, at which point they are able to search by date for available rooms and create a hotel reservation.

  • License: MIT

Table of Contents

  1. Description
  2. Installation
  3. Usage
  4. License
  5. Tests
  6. Questions
  7. Screenshots
  8. Github
  9. Links

Installation

  • Clone the repository using:
git clone git@github.com:BluSkreen/project-3.git
  • Ensure you are in the current working directory
  • Ensure all dependencies are installed using an npm install:
npm i
  • Seed the database using the seed script:
npm run seed
  • Build the react page:
npm run build
  • Launch the application for development use:
npm run develop

Usage:

This application features an example hotel webpage using mongoDb, Express server, React and Node. This app can be used as an example of a single page application featuring authorized login features, tailwind CSS and the Stripe API for collecting customer payment info. All of the npm libraries used for this app can be found within the dependencies on the package.json in the client/server folders.

License

MIT License

Copyright (c) 2022 Holiday-Wishlist-App

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Tests

As a group we tested different aspects of the page and found bugs such as login authentication, and pages not loading at the top of the page. By working in a collaborative environment we were able to fix these bugs to provide a better user experience when visiting "The Malie" application.

Screenshots

The following screenshot shows the wireframe for our application created using excalidraw when developing the layout of the page at the beginning of the project:

Excalidraw Application Framework

The following screenshots show the homepage, login screen and reservation page for the application: Hotel homepage

Hotel login

Hotel Reservation

Contributors:

Github:

Want to see more of my work?

Links

About

A modern looking website for booking a room at The Malie Hotel using MERN, Stripe, and JWT authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published