Skip to content

phantom603/online-store-backend

 
 

Repository files navigation

Backend for online-store

Test Coverage

Microservices list

  • shop
  • auth
  • payments
  • api-gateway

Install

  1. Install dependencies in root project and each microservice:
npm install
  1. Add values to .env files in each microservice

Development mode

To run all microservices with api-gateway via PM2 in development mode:

npm start

Production mode

  1. To build all microservices:
npm run build
  1. To run all microsercvices via PM2 in production mode:
cd build;
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.8%
  • JavaScript 11.2%