Skip to content

Commit

Permalink
Create message API for Sails app. Fixes docker#393
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorn authored Jan 4, 2018
1 parent 4e4d3a6 commit 0d85948
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 0d85948

Please sign in to comment.