/Nodejs-Microservices

This application is build a micro-service architecture build in nodejs

Primary LanguageJavaScript

Nodejs-Microservices

This project is a demonstration of micro-service architecture with nodejs.

This project makes use of these essential package that aid in nodejs micro-service development.

The Other Frameworks used with in the project are:

Other Services Used in the Project are:

Running the Project

  1. After cloning the repo CD into the directory and run npm install or yarn

  2. Then go into each of the directories in the packages directory and run npm install or yarn

  3. In order for the DB to work you have to replace the URI string with either a localhost address or Mongo Atlas URI

  4. Then to get mail-jet to work you'll need to create an account with them to get your own API keys.