Booking app https://abhijeet-booking-app.vercel.app/
email: [email protected] pass: test1, email: [email protected] pass: test2
Creating an Airbnb type accommodation booking webapp
- The project has been initialized using Vite.
- ReactJS has been used for frontend.
- The designing and CSS stuff is handled through Tailwind CSS.
- All the GET and POST requests are handled through Axios.
- Routing of pages is handled by React Router Dom.
- Whole of the backend is written using NodeJS and Express.
- Signup and Login using JWT tokens.
- User authentication using cookies as well.
- Password encryption using bcryptjs.
A combination of MongoDB and Cloudinary API has been used for storage of data and images.