bradtraversy / microservices-example

Simple example of microservices with Moleculer JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microservices Example

Simple example of how to create microservices with the Moleculer framework.

This is the code from the Microservices Crash Course on YouTube. There are 3 very simple services (user, email, auth) with actions to mock/simulate creating a user, getting users, sending an email and authenticating a user.

Usage

Run the services:

npm start

About

Simple example of microservices with Moleculer JS


Languages

Language:JavaScript 100.0%