This project was done under Dr.Puneet Gupta and in observation of Anup Kumar Gupta under Software engineering course lab (CS258).
Note: Backend Repository Link
First clone repo using the following command
git clone https://github.com/lokeshkeelisetti/HotelBookingFrontend.git
Navigate to the directory where you cloned
run the command in the project directory
npm install
To start the app in development mode run
npm start
Open http://localhost:3000 to view the web app in your browser.
The page will reload if you make edits.
You will also see any lint errors and warnings in the console.
This application wasa designed to make hotel booking easy.
In this app there are three types of users.
- Customers, to book rooms.
- Administrator of hotel.
- Maintainer of website.
- Receptionist, to confirm payment and booking.
Maintainer will add the hotels to the database.
Following technologies are used while making the project.
- Front end: React.js, Bootstrap
- Backend: Node.js, Expressjs
- Database: MongoDB
- Various Node modules by npm (can be found in package.json)
- MongoDB atlas to host database
- Heroku for free hosting (backend).
- Netlify for free hosting (frontend).
This project is developed by
- Abhinav Reddy (190001007)
- keelisetti lokesh (190001022)
- Kushaan Gowda (190001031)
- Nunemunthala Shiva (190001041)
- Rohit Banga (190001053)
- Satya Bhagavan (190001055)
If you have any suggestions, or want to contribute:
- Fork this repository
- Update your project
- Pull the repository's recent changes
- Commit your changes
- Create a pull request
- If we have no issues with your code, it will be merged with the main repository
- You can refer to this link for more details