Created
April 28, 2017 20:43
-
-
Save calvimor/9d78c664ce696a23486e08373fa53f49 to your computer and use it in GitHub Desktop.
Sails API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** 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