Skip to content

lk321/api-gateway-moleculer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-gateway-moleculer

API Gateway: microservice with nodejs and mongodb

Installation

Gateway

$ cd gateway && yarn install && yarn dev

Node1 - Users

$ cd node1 && yarn install && yarn dev

Node2 - Products

$ cd node2 && yarn install && yarn dev

Import data to mongodb database (data folder)

Import with MongoCompass is too easy ;*

APIs

Dependencies

Dev Dependencies

License

MIT