Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anjola-adeuyi/microservices-moleculer
https://github.com/anjola-adeuyi/microservices-moleculer
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/anjola-adeuyi/microservices-moleculer
- Owner: anjola-adeuyi
- Created: 2024-04-03T09:53:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T13:15:13.000Z (7 months ago)
- Last Synced: 2024-04-03T14:32:46.106Z (7 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```