Note: This website is just a static template which is implemented here
Semester 5 Web Development Lab Project. Hotel management system using php and mysql. Testing workflow
- Install dependencies -
npm install
- Start development server -
npm run start
- Bootstrap templating section (no css pure bootstrap)
- - Home page
- - Starter room search form (check in, check out, etc)
- - Services offered
- - Featured Rooms
- - About Hotel
- - Login Page
- - Registration Page
- - Rooms browsing page
- - Account page with reservation history etc
- - Admin section
- Gather resources(hotel management websites for reference, templates for reference, good designs, etc)