Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

44 lines (24 loc) · 1.28 KB

Java CI with Maven

My Delivery App project

The My-Delivery app, a demo Application for just Study Purposes, is designed to be a general-purpose food delivery platform, similar to iFood.

This project uses Quarkus, Java Framework and Angular, FrontEnd Framework.

If you want to learn more about:

Specifications

Spec 1

Developer Mode

Cloning the application

git clone https://github.com/helisfreitas/my-delivery-quarkus.git
cd /my-delivery-frontend-angular
git submodule init

Running the application

  • Running each module separately

    1. my-delivery-registration (Restaurant Management)

      See: Instructions

    2. my-delivery-marketplace

      See: Instructions

    3. my-delivery-frontend-angular

      See: Instructions

Reference links