A hotel room booking web app with MERN Stack.
Live Site
.
Report Bug
·
Request Feature
Table of Contents
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.
To get a local copy up and running follow these simple example steps.
These things must be installed in your system.
- Clone the repo
git clone https://github.com/DebjitPramanick/Hotel-Booking-Web-App.git
- Open the project folder
- Now open MongoDB
- Create a database collection
- Copy connection url
- Now run
cd server
- Create .env file
- Paste the connection url of DB with key name = MONGO_URL
- Now run commands
npm i nodemon server.js
- Now open new terminal
- Now run commands
cd client npm i npm start
Here are some examples of how my app works.
Login credentials: Email: [email protected] Pass: 1234
See the open issues for a list of proposed features (and known issues).
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Twitter - @debjitpmk
LinkedIn - Debjit Pramanick
Project Link: https://github.com/DebjitPramanick/Hotel-Booking-Web-App