Skip to content

Food Delivery Application: A microservices-based solution built with Spring Boot, facilitating seamless interactions between restaurants and customers. Features include user authentication, product management, order handling, and real-time notifications. Utilizes Docker Compose for easy deployment. Explore the future of food delivery technology

Notifications You must be signed in to change notification settings

SubProblem/spring-boot-food-delivery

Repository files navigation

Food Delivery Application


Introduction

This is a microservices-based Food Delivery Application built using Spring Boot framework. The application allows two types of users - companies and customers. Companies can add their products and menus, while customers can browse menus and place orders.

Features

  • User Types:

    • Company: Can add products and menus.
    • Customer: Can browse menus and place orders.
  • Services:

    • Discovery Service: For service discovery.
    • API Gateway: Routes requests to appropriate services.
    • Security Service: Manages authentication and authorization.
    • Restaurant Service: Manages restaurants, products, and menus.
    • Order Service: Handles order management.
    • Notification Service: Sends notifications to users.

Architecture

The application follows a microservices architecture pattern, where each service is independently deployable and scalable. The communication between services is managed via RESTful APIs.

Technologies Used

  • Spring Boot: For building microservices.
  • Spring Cloud: For managing distributed systems.
  • Spring API Gateway: For routing and filtering requests.
  • Spring Security: For authentication and authorization.
  • Spring Data: For data access.
  • Eureka: For service discovery.
  • RabbitMQ: For asynchronous communication between services.
  • Run Docker Compose:
    docker-compose up -d

About

Food Delivery Application: A microservices-based solution built with Spring Boot, facilitating seamless interactions between restaurants and customers. Features include user authentication, product management, order handling, and real-time notifications. Utilizes Docker Compose for easy deployment. Explore the future of food delivery technology

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages