A simple, real life API scenario with SailsJs.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd poc-sailsjs
npm install
Edit your datastore config, you can use (disk/postgresql/mysql/etc)
sails lift
- Visit your app at http://localhost:1337.
- TBW
- You can use open a preconfigured postman collection here
sails lift --prod
(production)