All source code in this repo should not be used in production. This is for development purpose only. Feel free to clone/fork the repo and modify as expected.
A simple microservice application using REST, SOAP and Webhooks. The SOAP server is written in PHP, allowing you call procedures remotely. JSON is used over XML for simplicity. REST is done through Python Flask, which is also responsible for handling webhook requests from GitHub and publishing updates to React via WebSocket.
The entire application is expected to be dockerized and deployed on AWS Elastic Beanstalk
The following have been implemented for you to make it easier for you to get started. The requirments document should contain all the information you need to get started.
The exercise 😜