[record shop api]

Built with Spring Boot

A project built to the specifications of a fictional business, to let them digitise for the first time.
This is a RESTful API that interacts with a Postgres database to store, modify, and retrieve product information. The source code was built with a layered, MVC architecture to ensure separation of concerns. I deployed this to AWS with an RDS Postgres database, and an app hosted on EC2 through Elastic Beanstalk.

[mars rover]

Built with pure Java

A small project developed as part of the Northcoders bootcamp, made with a layered design using TDD.
My main focus when building this was on the process, and learning to take on a larger project. This taught me how to meet and exceed the specifications given to me for a product.