This project includes an application based on a microservice architecture supporting a hotel reservation system.
This application includes a set of microservices for managing hotel booking operations. Key features include customer management, room reservations, payment processing and reporting.
Make sure the following dependencies are installed before running the project:
- Docker - Used for containerization.
- Docker Compose - Used to manage multiple containerized applications.
- Node.js - Used to run JavaScript on the application side.
-
Copy this repository to your local machine:
git clone https://github.com/sizin-kullanici-adi/otel-rezervasyon-microservices.git
-
Go to the project directory:
cd hotel-booking-microservices
3. Launch the application with Docker Compose:
```bash
docker-compose up -d
View the app by navigating to http://localhost:8080 in a browser.
After launching the app, you can perform hotel booking operations using APIs. See the API Documentation section for detailed API documentation.
The API Documentation section contains detailed information about the APIs provided by the app.
See the Contributors file for contributors to this project.
This project is licensed under the MIT License. See the license file for details.