Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anjola-adeuyi/microservices-moleculer


https://github.com/anjola-adeuyi/microservices-moleculer

Last synced: about 9 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Microservices with Moleculer

Created microservices with the [Moleculer framework](https://moleculer.services).

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:

```bash
npm start
```