Spring Boot Series - Food Ordering App
One minute read
Spring boot series revolves around designing and developing a food delivery application using Spring Boot framework. The idea here is to share my experience with Spring boot in designing a solution with as many features as possible. All the working components of the application will be listed as a lookup for the entire series in this post.
I will try my best to post it sequentially for a smoother navigation even though each post will be an attempt to be a stand-alone post addressing one feature(technical/functional) at a time.
So this is what I will be building from scratch.
A food delivery application (which I named as annam - a Tamil word that translates to cooked food in English) in which the backend services are exposed as REST APIs for majority of the features.
Basic Requirement includes:
The entities identified above are the very basic entities that would be required to kick start this application.
The Classical Hello World will covers the basic required dependencies and features that need to be enabled to get it running successfully.
This involves the basic CRUD operation on these entities. Followed by a series of detailed features that are added on top of this basic operation.
Index:
java springboot-series springboot
21, Mar 2021