https://github.com/rrrodzilla/rodzilla.microservices.rets
https://github.com/rrrodzilla/rodzilla.microservices.rets
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rrrodzilla/rodzilla.microservices.rets
- Owner: rrrodzilla
- Created: 2019-07-10T16:58:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T01:04:34.000Z (almost 7 years ago)
- Last Synced: 2025-01-30T19:20:43.012Z (over 1 year ago)
- Language: JavaScript
- Size: 327 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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