GithubHelp home page GithubHelp logo

polimet / product-spring-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from therahulsahu/product-spring-app

0.0 0.0 0.0 2.52 MB

Shell 0.12% JavaScript 5.85% Java 37.72% TypeScript 10.47% CSS 13.88% HTML 31.43% SCSS 0.53%

product-spring-app's Introduction

product-spring-app ☘️

This repository contains a collection of Spring boot micro-services and a frontend application made using Angular.

S/N Service Tech Description
1 product-service Spring Product Catalogue backend service with Create Read Update Delete functionalites for Products.
2 product-portal Angular FrontEnd Application made with Angular.
3 email-notification-service Spring Backend service responsible for automatic email and sms notification after product creation.
4 report-generation-service Spring Backend service responsible for report generation of products. (PDF, Excel, CSV)

Requirements (Prerequisite's)

  • Java 11
  • Node JS
  • Angular
  • Maven
  • Couchbase

Flow

image

Docs

How to Run:

  1. Start the couchbase db and make a bucket named products.

  2. Create a primay index on your bucket by running this query in query screen : CREATE PRIMARY INDEX product-idx ON products USING GSI;

  3. Start the Frontend application (Product Portal) using npm install and then ng serve --open in root directory of the application. It will automatically open your default browser with localhost:4200.

  4. Put your couchbase credentials in the application.property/yml file in the backend services.

  5. Start Product service using either command mvn spring-boot:run or using your favourite IDE. It will be running on port 8080.

  6. Start other services using the same above steps.

  7. Try to hit an endpoint http://localhost:8080/api/productlist/v1/getlist or use the Frontend UI to create, read, update and delete products.

product-spring-app's People

Contributors

therahulsahu avatar maryinjamala avatar sundarmachani avatar urvashi2809 avatar harikat-18 avatar harshith1234567 avatar urvashiprajapati avatar shaikyasmeen-mldl 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.