This project is used as a base for the backend api services used in the projects we create.
- Run
npm install
- For development run
sails lift
- For production install forever and run
forever start app.js --prod --portXXXX
in the root directory
- Complete the social auth
- Complete the Email Service, including a default html template
- Complete the FileManager service, which should consist of an
upload
,download
andshare
methods. - Create a new Modbus service