- shop
- auth
- payments
- api-gateway
- Install dependencies in root project and each microservice:
npm install
- Add values to .env files in each microservice
To run all microservices with api-gateway via PM2 in development mode:
npm start
- To build all microservices:
npm run build
- To run all microsercvices via PM2 in production mode:
cd build;
npm start