Skip to content

Instantly share code, notes, and snippets.

@calvimor
Created April 28, 2017 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calvimor/9d78c664ce696a23486e08373fa53f49 to your computer and use it in GitHub Desktop.
Save calvimor/9d78c664ce696a23486e08373fa53f49 to your computer and use it in GitHub Desktop.
Sails API
** Install Salis MVC Framework **
npm install sails -g
** Creata a new directory for the project **
** Create sails api project into new folder ** with this command ```sails new -no-frontend
** Run Sails app ** with command ```sails lift
** Create a user api ** with ```sails generate api user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment