Skip to content

Commit

Permalink
Merge pull request docker#394 from mdorn/master
Browse files Browse the repository at this point in the history
Create message API for Sails app. Fixes docker#393
  • Loading branch information
Mano Marks authored Jan 4, 2018
2 parents 4e4d3a6 + 0d85948 commit 8431b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 12factor/00_application.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ DELETE | /message/ID | delete message with ID
## Setup

* Install Sails.js (it's to Node.js what RoR is to Ruby): `sudo npm install sails -g`
* Create the application: `sails new messageApp && cd messageApp`
* Create the application: `sails new messageApp && cd messageApp`
* Create the `message` api: `sails generate api message`
* Launch the application: `sails lift`

## First tests
Expand Down

0 comments on commit 8431b06

Please sign in to comment.