The project is generated by LoopBack.
Install node dependencies
npm install
Copy .env.example to .env and set variables. This file is used by docker and node runtime.
See platforms folder and configure script path variable related to your platform.
After set script variable run the platform service script related with the following command.
node platforms/service-<platform>.js
More reference in the links below.
- https://github.com/coreybutler/node-windows
- https://github.com/coreybutler/node-mac
- https://github.com/coreybutler/node-linux
Open a CMD instance as administrator and run the following command (example):
sc config "storemanager" depend= "MySQL57"
Database service must be a dependency for this service.