Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/katsanva/js-moleculer-bootstrap

A quick-start bootstrap for moleculer with javascript
https://github.com/katsanva/js-moleculer-bootstrap

bootstrap demo javascript microservices microservices-application moleculer nodejs

Last synced: about 1 month ago
JSON representation

A quick-start bootstrap for moleculer with javascript

Awesome Lists containing this project

README

        

# js-moleculer-bootstrap

A quick-start bootstrap for [moleculer](https://moleculer.services/) application using pure javascript

### Preconditions

- [Node 8+](https://nodejs.org/en/)
- [Docker](https://store.docker.com/search?type=edition&offering=community)

## HOWTO

```sh
npm install
npm start
```

## Build using docker

```sh
docker build -t js-moleculer-bootstrap:latest .
```