MyRoom is a Hotel management web application.
demovideo.mov
- First, start the discovery server.
- Run Kafka:
Kafka with ZooKeeper Run the following commands in order to start all services in the correct order: # Start the ZooKeeper service $ bin/zookeeper-server-start.sh config/zookeeper.properties Open another terminal session and run: # Start the Kafka broker service $ bin/kafka-server-start.sh config/server.properties
- Start the auth server Auth Server.
- Start the MyRoom gateway.
- Then run all the services one by one: booking service, onboarding server, organization pay service, organization service, payment server, review service, room service, mail service.
- Run both frontend apps: MyRoom client, MyRoom Admin client.
- Use Stripe CLI to trigger Stripe webhook events. Refer to Stripe Documentation.
Pawan Kumar Mehta - arowpk@gmail.com
Project Link: https://github.com/pawanpk87/MyRoom