You are on page 1of 5

Food Delivery Application

Problem Statement:

• To Create an Application for online ordering foods.


• Customer can Login/Signup to application.
• Customer should be able to buy foods of their choice.
• Customer should be able to view food delivery status.
• Admin should be able to approve or reject the delivery.
• Admin can view list of customer.
Road Map
Application will be developed in following Tech Stack –

1. Spring Boot + Rest Controller + JPA with Hibernate


2. Angular for UI design (Front End)

Plan

• Design
Generate the skeleton as per class design provided
• TDD approach
Identify test cases for each module
Write Failing Test cases
Convert the Test Cases in GREEN
Modules

Login Module Food module Cart module

Feedback Customer
Admin Module
Module Module
Feedback and Questions

You might also like