A Fullstack Hotel Booking App made using React, Vite, Node.js, Express TailwindCSS and MongoDB.
- 🛠️ Complete app built from scratch in React, Vite, Express, Node.
- 💻 Modern Landing Page.
- 💻 Modern Navbar.
- 💳 User Profile Navbar.
- 🛍️ Users can place orders.
- 🔑 Secure Authentication using JWT Token.
- 🔑 Database using MongoDB and Cloudinary.
- 🌟 Clean, modern UI using TailwindCSS.
- ✅ Users can add/edit hotels.
- ✅ Searhbar with filtering system.
- ✅ Users can book hotels.
- ✅ Booking Details Page.
- 🔑 Secure Payment using Stripe.
To get started with this project, run
git clone https://github.com/haider-sama/Bookern-Hotel-Booking-App.git
Install dependencies for backend
cd backend
npm install
Install dependencies for frontend
cd frontend
npm install
and copy the .env variables, fill them out & and your'e good to go!