Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anjola-adeuyi/microservices-moleculer
Microservices with the Moleculer framework.
https://github.com/anjola-adeuyi/microservices-moleculer
microservice microservice-framework microservices-application microservices-architecture moleculer moleculerjs
Last synced: about 1 month ago
JSON representation
Microservices with the Moleculer framework.
- Host: GitHub
- URL: https://github.com/anjola-adeuyi/microservices-moleculer
- Owner: anjola-adeuyi
- Created: 2024-04-03T09:53:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T13:15:13.000Z (10 months ago)
- Last Synced: 2024-11-07T01:19:36.777Z (3 months ago)
- Topics: microservice, microservice-framework, microservices-application, microservices-architecture, moleculer, moleculerjs
- Language: JavaScript
- Homepage:
- 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
```