Skip to content

Simple hotel booking app with content management system. Users can book rooms in different hotels for specific dates. Hotel managers can create, update, delete a hotel and its rooms. Admin can manage everything in the app.

Notifications You must be signed in to change notification settings

DebjitPramanick/Hotel-Booking-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel Booking Web App

A hotel room booking web app with MERN Stack.
Live Site . Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. Contact

About The Project


Simple hotel booking app with content management system. Users can book rooms in different hotels for specific dates. Hotel managers can create, update, delete a hotel and its rooms. Admin can manage everything in the app.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

These things must be installed in your system.

Installation

  1. Clone the repo
    git clone https://github.com/DebjitPramanick/Hotel-Booking-Web-App.git
  2. Open the project folder
  3. Now open MongoDB
  4. Create a database collection
  5. Copy connection url
  6. Now run
    cd server
  7. Create .env file
  8. Paste the connection url of DB with key name = MONGO_URL
  9. Now run commands
    npm i
    nodemon server.js
  10. Now open new terminal
  11. Now run commands
    cd client
    npm i
    npm start

Usage

Here are some examples of how my app works.

Login credentials: Email: admin2023@gmail.com Pass: 1234







Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Twitter - @debjitpmk
LinkedIn - Debjit Pramanick
Project Link: https://github.com/DebjitPramanick/Hotel-Booking-Web-App

About

Simple hotel booking app with content management system. Users can book rooms in different hotels for specific dates. Hotel managers can create, update, delete a hotel and its rooms. Admin can manage everything in the app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published