Skip to content

shaikahmadnawaz/micros

Repository files navigation

Project Setup Instructions

This project is divided into multiple services and microfrontends. Follow the instructions below to set up each component.

Users Microservice

  1. Install dependencies:
    npm install
  2. Start the service:
    npm start

Products Microservice

  1. Install dependencies:
    npm install
  2. Start the service:
    npm start

Users Microfrontend

  1. Install dependencies:
    npm install
  2. Build the application:
    npm run build
  3. Preview the build:
    npm run preview

Products Microfrontend

  1. Install dependencies:
    npm install
  2. Build the application:
    npm run build
  3. Preview the build:
    npm run preview

Host Application

  1. Install dependencies:
    npm install
  2. Build the application:
    npm run build
  3. Preview the build:
    npm run preview

Each component should now be running according to the specified configurations.

References

https://snyk.io/blog/choosing-the-best-node-js-docker-image/ https://snyk.io/blog/10-best-practices-to-containerize-nodejs-web-applications-with-docker/ https://engineeringblog.yelp.com/2016/01/dumb-init-an-init-for-docker.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors