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

https://github.com/rrrodzilla/rodzilla.microservices.rets


https://github.com/rrrodzilla/rodzilla.microservices.rets

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[![Moleculer](https://badgen.net/badge/Powered%20by/Moleculer/0e83cd)](https://moleculer.services)

# rodzilla-real-estate

## NPM scripts

- `npm run dev`: Start development mode (load all services locally with hot-reload & REPL)
- `npm run start`: Start production mode (set `SERVICES` env variable to load certain services)
- `npm run cli`: Start a CLI and connect to production. Don't forget to set production namespace with `--ns` argument in script
- `npm run lint`: Run ESLint
- `npm run ci`: Run continuous test mode with watching
- `npm test`: Run tests & generate coverage report
- `npm run dc:up`: Start the stack with Docker Compose
- `npm run dc:down`: Stop the stack with Docker Compose