GithubHelp home page GithubHelp logo

danvinicius / product-catalog-management-system Goto Github PK

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

API built using Java, Java Spring, AWS SQS, AWS SNS and AWS S3 services for the Anotaai Backend Challenge. The aim of this project is to practice Java and Spring Framework with message-queueing concepets.

Java 100.00%
aws java mongodb spring-boot

product-catalog-management-system's Introduction

About

API built using Java, Java Spring, AWS SQS, AWS SNS and AWS S3 services for the Anotaai Backend Challenge.
The aim of this project is to practice Java and Spring Framework with message-queueing concepets.

Java Spring AWS

Product Catalog Management System

✅ Finished ✅


Table of Contents

Installation

  1. Clone the repository:
git clone https://github.com/danvinicius/product-catalog-management-system.git
  1. Install dependencies with Maven

Configuration

  1. Create a configuration with your runtime environment variables with your AWS Credentials that are used in application.properties
aws.region=us-east-1
aws.accessKeyId=111111
aws.secretKey=111111
  1. Run MongoDB with Docker
docker run -p 27017:27017 -d mongo

System Design

System Design

Usage

  1. Start the application with Maven
  2. The API will be accessible at http://localhost:8080

API Endpoints

The API provides the following endpoints:

API product

POST /api/product - Create a new product
GET /api/product - Retrieve all products
PUT /api/product/{id} - Updates a product
DELETE /api/product/{id} - Delete a product

Body

{
  "title": "Produto para postar no tópico",
  "description": "",
  "ownerId": "4444444",
  "categoryId": "659d558b0304df732ddd4587",
  "price": 10000
}

API category

POST /api/category - Create a new category
GET /api/category - Retrieve all categories
PUT /api/category/{id} - Updates a category
DELETE /api/category/{id} - Delete a category

Body

{
  "id": "393948882828",
  "title": "Teste",
  "description": "",
  "ownerId": "4444444"
}

Install GIT and Java on your computer.

product-catalog-management-system's People

Contributors

danvinicius avatar

Watchers

 avatar

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.