Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 813 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 813 Bytes

EcommerceGrocery

Prerequisites

  • Java 17
  • Maven
  • MySQL
  • Angular CLI: 9.0.7
  • Node: 16.10.0

Ecommerce Backend

This project serves as the backend for an Ecommerce application, built using Spring Boot and integrated with a MySQL database. It provides RESTful APIs to interact with Grocery and Supplier entities.

Features

  • RESTful API endpoints for Grocery and Supplier entities.
  • Database integration with MySQL.
  • JPA for database interaction.
  • Lombok to reduce boilerplate code.

Running the Application

  1. Clone the repository:
    git clone [your-repository-url]
    cd [your-project-directory]
    

Build the project:

mvn clean install

Run the application:

mvn spring-boot:run

OUTPUT

alt text