Bookeando is a full-stack web application built with the MERN stack that allows users to book hotels across Europe. The application provides functionality for users to log in as hotel administrators to add and manage hotels, or as guests to make reservations.
- Authentication: Log in with your Google account or use the test credentials:
- Username:
[email protected]
- Password:
password
- Username:
- Reservations: Book your stay using an advanced search system that includes filters for facilities, dates, ratings, and amenities.
- Hotel Management: As an administrator, you can add and edit hotel details.
Stripe is integrated for handling payments. You can use the following test cards for different regions:
Argentina (AR) 4000000320000021 Visa
United States (US) 4242424242424242 Visa
Spain (ES) 4000007240000007 Visa
More details can be found in the Stripe Testing Documentation.
You can access the live application here: Bookeando
git clone https://github.com/ssanjua/booking-web
cd booking-web
npm install
npm run dev
made with ❤️ by ssanjua