Been working on the Shopping 4 Chow app for a few weeks before the start of this blog. Most of my work has been the Java API in Spring Boot. Created the Services and DAOs but only the initial stuff like the interfaces and their implementation, as well as configure the controller and Hibernate using Spring Beans. Using Gradle for the build tool. Also designed the SQL schema and implemented it on a local Database Server. For Hibernate and PostgreSQL was able to Mapping them together.

For the front end, created a React App and a basic layout for adding food. Currently only able to add the food name to the Database, still working on images hosted on AWS S3. Main task will be to complete the Food Service.