abhiroop43 / ecommerce.product-service

A Spring Boot application developed in Java, using Maven as a build tool. The application is designed to manage products, with MongoDB as the database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ecommerce Product Microservice

This is a Spring Boot application developed in Java, using Maven as a build tool. The application is designed to manage products.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Java 21
  • Maven
  • MongoDB

Installing

  1. Clone the repository
git clone https://github.com/abhiroop43/productservice.git
  1. Navigate to the project directory
cd productservice
  1. Build the project
mvn clean install
  1. Run the application
mvn spring-boot:run

Usage

The application exposes the following endpoints:

  • POST /api/v1/products: Create a new product.

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.txt file for details

About

A Spring Boot application developed in Java, using Maven as a build tool. The application is designed to manage products, with MongoDB as the database.

License:MIT License


Languages

Language:Java 100.0%