A full-stack web application for managing client bookings, tours, hotels, and transport using Node.js (backend) and React.js (frontend).
Disclaimer: The data in this project is generated by an AI language model for demonstration purposes only. You can customize it to integrate with real APIs or databases as needed.
- Client Management: Add, edit, or delete client profiles on the homepage.
- Tour Selection: Choose a tour category, filter by country, and select preferred travel options.
- Transport & Accommodation: Select transport type, hotel (1β5 stars), and room type.
- Hotel Details: View hotel descriptions, ratings, and room layouts.
- Database: Centralized client database with full booking history and preferences.
- Backend: Node.js, Express
- Frontend: React.js, CSS
- Database: MySQL
- Clone the repo:
git clone https://github.com/EkaterinaTomarovskaya/tourism_fullstack.git
- Install dependencies:
cd tourism_fullstack npm install - Run the app:
node server.js
- Backend:
http://localhost:8081 - Frontend:
http://localhost:5173
- Backend:
Please email me at: katya.tomarovskaya@gmail.com for any questions or feedback.