- Introduction
- Features
- Technologies
- Running with Docker
- Installing
- Testing
- Developing
- Prerequisites
- Emphasis
- Setting up Dev
- Website hotel booking
- Book Hotels Conveniently and Quickly:
- User-friendly booking interface with a calendar for selecting dates.
- Option to choose room types, specify the number of guests, and add any special requests or preferences.
- Hotel Management and Booking Settings:
- Admin dashboard for managing hotels, room availability, and pricing.
- Tools for updating hotel information, including descriptions, photos.
- Customer Reviews and Ratings:
- Allow registered users to leave reviews and ratings for hotels they've stayed at.
- Hotel Search and Filtering:
- nteractive maps displaying hotel locations and nearby attractions, with the ability to filter results based on map view.
NextJs - TypeScript - Sanity - Tailwind
docker compose up
A quick introduction of the minimal setup you need to get a hello world up & running.
npm run dev
User: [email protected]
Pass: 123456
http://localhost:3000
http://localhost:3000/studio
Admin page with - /studio
Please check file .env.sample
Here's a brief intro about what a developer must do in order to start developing the project further:
git clone https://github.com/vn-vietnam/hotel-booking.git
cd hotel-booking/
npm install