Giter VIP home page Giter VIP logo

subproblem / spring-boot-food-delivery Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 217 KB

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

Kotlin 100.00%
microservices spring-boot spring-gateway spring-security-jwt kotlin docker-compose rabbitmq springcloud

spring-boot-food-delivery's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.