Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 299 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 299 Bytes

sails-mongo

REST API Built with sailsjs framework and MongoDB

Getting start

Installation

yarn install or npm install

Local

# copy file environment and configure the values ​​inside it
cp config/env/local.dest.js config/env/local.js

# start
npm run start