Skip to content

Full stack property management system with simple and easy to use interface.

Notifications You must be signed in to change notification settings

dakuglin/hotel_motel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hotel_motel

License: MIT

Description

Hotel Motel is a guest management system designed for small occupancy hotels and motels. The application is simple to use, and allows the user to see all of the guest information and hotel occupancy on one screen.

The user can input information about a guest when they want to save a reservation (guest name, number of guests, number of rooms, check-in date, check-out date, and guest phone number). This information is sent to the database and stored, a new guest is created and added to the guest check-in column. Once a guest is ready to check in the user can click the check in button and the guest is moved to the guest check-out column. The daily-occupancy updates the hotel data so the user can easily see how many rooms are still available for reservation.

When a guest is checked-out, the the guest is removed from the database and the room occupancy is updated accordingly.

Table of Contents

Video

The video shows the working application. The employee can login in the welcome page. Once inside the application the user can add new guests to the hotel, check-in guests, check-out guests, and view the hotel occupancy capacity.

Walkthrough Video

Installation

Steps to install project include:

  • npm install the dependencies

Usage

Getting Started

  • User is directed to the login page where they can provide credentials to enter the management system.

Getting Started

  • Once logged in the user can add a guest, check-in a guest, check-out a guest, or view hotel occupancy.

Credits

All of the code was developed by:

License

This project is licensed under MIT.

Future-Development

Future development for this application would include adding passport to the authentication login page. As of now the splash page congaing the login information is not a true authentication, no user data is stored or compared to a database for a true secure login. This is something we could add to our application.

Another future development for this application is to turn this into a phone app. This would allow for small businesses to run an entire hotel management system off of their phone with our easy, simple to use guest management system.

Heroku

This application is deployed on Heroku and can be found at the following link: (https://hotelmotel.herokuapp.com/)

About

Full stack property management system with simple and easy to use interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Handlebars 55.5%
  • JavaScript 43.3%
  • CSS 1.2%