mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-17 08:26:28 +08:00
Update README.md
This commit is contained in:
parent
c95bbb1220
commit
9d06fe7cc7
15
README.md
15
README.md
@ -3,9 +3,7 @@
|
||||
|
||||

|
||||
|
||||
Booking Microservices is a Sample application for booking ticket. This application based on different software architecture and technologies like .Net Core, CQRS, DDD, Vertical Slice Architecture, Docker, kubernetes, tye, MassTransit, RabbitMQ, gRPC, yarp reverse proxy, Identity Server, Redis, SqlServer, Entity Framework Core, Event Sourcing and different level of testing.
|
||||
|
||||
🌀 This repository is a work in progress and will be completed over time 🚀
|
||||
> **The main idea of creating this project is implementing an infrastructure for up and running distributed system with the latest technology and architecture like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, Masstransit in .Net, and we will not deal mainly with business.** 🚀
|
||||
|
||||
# Table of Contents
|
||||
|
||||
@ -14,7 +12,6 @@ Booking Microservices is a Sample application for booking ticket. This applicati
|
||||
- [Technologies - Libraries](#technologies---libraries)
|
||||
- [The Domain and Bounded Context - Service Boundary](#the-domain-and-bounded-context---service-boundary)
|
||||
- [Structure of Project](#structure-of-project)
|
||||
- [Prerequisites](#prerequisites)
|
||||
- [How to Run](#how-to-run)
|
||||
- [Docker Compose](#docker-compose)
|
||||
- [Kubernetes](#kubernetes)
|
||||
@ -39,7 +36,7 @@ Booking Microservices is a Sample application for booking ticket. This applicati
|
||||
|
||||
> This project is a work in progress, new features will be added over time.
|
||||
|
||||
I will try to register future goals and additions in the [Issues](https://github.com/meysamhadeli/booking-microservices-sample/issues) section of this repository.
|
||||
I will try to register future goals and additions in the [Issues](https://github.com/meysamhadeli/booking-microservices/issues) section of this repository.
|
||||
|
||||
High-level plan is represented in the table
|
||||
|
||||
@ -50,7 +47,7 @@ High-level plan is represented in the table
|
||||
| Flight Service | Completed ✔️ |
|
||||
| Passenger Service | Completed ✔️ |
|
||||
| Booking Service | Completed ✔️ |
|
||||
| Building Blocks | In Progress 👷♂️ |
|
||||
| Building Blocks | Completed ✔️ |
|
||||
|
||||
## Technologies - Libraries
|
||||
|
||||
@ -150,6 +147,8 @@ Also we have a seprate docker file for up and running [infrastracture.yaml](./de
|
||||
docker-compose -f ./deployments/docker-compose/infrastracture.yaml up -d
|
||||
```
|
||||
|
||||
### Kubernetes - TODO
|
||||
|
||||
### Documentation Apis
|
||||
|
||||
Each microservice uses swagger open api, navigate to /swagger for a list of every endpoint.
|
||||
@ -165,7 +164,7 @@ Thanks a bunch for supporting me!
|
||||
|
||||
## Contribution
|
||||
|
||||
Thanks to all [contributors](https://github.com/meysamhadeli/booking-microservices-sample/graphs/contributors), you're awesome and this wouldn't be possible without you! The goal is to build a categorized community-driven collection of very well-known resources.
|
||||
Thanks to all [contributors](https://github.com/meysamhadeli/booking-microservices/graphs/contributors), you're awesome and this wouldn't be possible without you! The goal is to build a categorized community-driven collection of very well-known resources.
|
||||
|
||||
## Project References & Credits
|
||||
|
||||
@ -178,4 +177,4 @@ Thanks to all [contributors](https://github.com/meysamhadeli/booking-microservic
|
||||
- [https://github.com/devmentors/FeedR](https://github.com/devmentors/FeedR)
|
||||
|
||||
## License
|
||||
This project is made available under the MIT license. See [LICENSE](https://github.com/meysamhadeli/booking-microservices-sample/blob/main/LICENSE) for details.
|
||||
This project is made available under the MIT license. See [LICENSE](https://github.com/meysamhadeli/booking-microservices/blob/main/LICENSE) for details.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user