Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 0d85948

Browse files
authored
Create message API for Sails app. Fixes #393
1 parent 4e4d3a6 commit 0d85948

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

12factor/00_application.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ DELETE | /message/ID | delete message with ID
1919
## Setup
2020

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

2526
## First tests

0 commit comments

Comments
 (0)