Project Beta (aka CarCar)
This is a full-stack application I co-created with another engineer. It's a Car Sales and Service management platform.
The API back-end was developed with the Django Python framework, and the front-end was developed with React. The front end is a single-page application with React Router managing the routes for the different components.
We used a domain-driven design approach to the architecture of the application. The aggregate root is the value object providing foreign keys to the Sales and Service microservices. I was tasked with building the Service microservice from the ground up. It was a fun project to work on, and I learned a lot about REST and React in the process.
You can find more details in the README of the Github repo if you want to know more.