https://github.com/iamyasinkaya/hotel-reservation-application
This GitHub repository contains the source code for a web application that provides a booking service. This application allows users to make reservations for various services such as hotels, restaurants or events.
https://github.com/iamyasinkaya/hotel-reservation-application
hotel-booking reservation-system
Last synced: 29 days ago
JSON representation
This GitHub repository contains the source code for a web application that provides a booking service. This application allows users to make reservations for various services such as hotels, restaurants or events.
- Host: GitHub
- URL: https://github.com/iamyasinkaya/hotel-reservation-application
- Owner: iamyasinkaya
- License: other
- Created: 2023-10-15T21:10:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T14:54:58.000Z (3 months ago)
- Last Synced: 2025-02-23T05:36:33.969Z (2 months ago)
- Topics: hotel-booking, reservation-system
- Language: C#
- Homepage: https://www.gondorslegacy.io
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hotel Reservation Micro Service App
This project includes an application based on a microservice architecture supporting a hotel reservation system.
## Table of Contents
1. [Project Description](#project-description)
2. [Addictions](#addictions)
3. [Setup](#setup)
4. [Usage](#usage)
5. [API Documentation](#api-documentation)
6. [Contributors](#contributed-finders)
7. [License](#license)## Project Description
This application includes a set of microservices for managing hotel booking operations. Key features include customer management, room reservations, payment processing and reporting.
## Dependencies
Make sure the following dependencies are installed before running the project:
- [Docker](https://www.docker.com/) - Used for containerization.
- [Docker Compose](https://docs.docker.com/compose/) - Used to manage multiple containerized applications.
- [Node.js](https://nodejs.org/) - Used to run JavaScript on the application side.## Installation
1. Copy this repository to your local machine:
```bash
git clone https://github.com/sizin-kullanici-adi/otel-rezervasyon-microservices.git2. Go to the project directory:
```bash
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.## Usage
After launching the app, you can perform hotel booking operations using APIs. See the API Documentation section for detailed API documentation.## API Documentation
The API Documentation section contains detailed information about the APIs provided by the app.## Contributors
See the Contributors file for contributors to this project.## License
This project is licensed under the MIT License. See the license file for details.