- Register: Users can create an account by providing their name, email, and password. Passwords are securely encrypted.
- Login: Existing users can log in with their email and password.
-
View Available Places: Users can browse the list of available accommodations, including title, address, description, price, and photos.
-
More Photos: If you like someplace and wanted to see more photos then you can do it by clicking
https://github.com/Prajwal0225/Booking_Application/assets/103810119/9158ba3b-0a39-4729-add2-7e8b6fc2c4be
-
View Single Places: Users can see any available accommodation, including title, address, description, price, and photos.
-
Bookings: Users can make bookings by selecting a place, specifying check-in and check-out dates, number of guests, and providing their contact information.
-
Add Your Accommodation: Users can add the details of their own accommodations, including title, address, description, price, check-in/check-out times, maximum number of guests, and additional information. If they wanted their Accommodation to rent out.
Click on add a new place to add your place
Form to fill up information
-
Photo Upload: Users can upload photos for their places, either by selecting files from their device or providing a URL for the photo Url:
From Device
You can also delete and select a photo as a favorite that photo should be displayed on your front page and your accommodation section You can select the star to make it your favorite photo and if you want to delete click on the delete button
- Edit Accommodation Details: Users can edit the details of their own accommodations, including title, address, description, price, check-in/check-out times, the maximum number of guests, and additional information.
- User Registration and Authentication: Users can create accounts and log in securely with encrypted passwords. Password is encrypted using bcrypt
- Place Listings: Users can view a list of available accommodations with details such as title, address, description, price, and photos.
- Booking Management: Users can make bookings for desired places, specify check-in/check-out dates, number of guests, and view their booking details.
- Profile Management: Users can view and update their profile information, including name, email, and contact details.
- File Upload: Users can upload photos for their places or their profile picture, either by selecting files from their device or providing a URL for the photo.
- Edit Accommodation Details: Users can edit the details of their own accommodations, including title, address, description, price, check-in/check-out times, the maximum number of guests, and additional information.
- Front-end: React, React Router DOM, Axios
- Back-end: Node.js, Express.js
- Database: MongoDB, Mongoose
- Authentication: JSON Web Tokens (JWT), bcrypt.js
- File Upload: Multer
- HTTP Requests: Axios
- Styling: CSS