Dev Help Queue
SATURDAY MAY 15 2021 - 1 MIN
Dev Help Queue was more of an experimental project where the client wanted to test the proof of concept for a microservices architecture using different technologies to build a CRUD application.
The project was dockerized to host Frontend, Backend and Database as separate containers that can be orchestrated with either Docker Compose or a more scalable K8s cluster.
Dependencies
- Frontend: ReactJS
- Material UI: React Material UI
- API: Spring Boot
- Database: MySQL
- Micro-services: Docker with Kubernetes