Simulate the Uber backend system using microservice architecture.
To run the application, use the following command.
Make sure you already installed Docker.
docker-compose up
Instructions for using the project.
- Create Authentication Server
- Create Api Gateway
- Trip Process (Trip micorservice)
- Grpc(inter service communication)
- Rabbitmq/Kafka(messaging queue)
- Graphql (Need to implement)
- Payment Process (Proposed - stripe webhook)
- Write Unit Testing
This project is licensed under the MIT License.