App description goes here.
- URL:
- DB:
- Log:
- URL:
- DB:
- Log:
- Deploy:
- URL:
- DB:
- Log:
- Deploy:
npm install- Installs modules
npm start- Starts server and master process
npm run seed- Destroys, creates, and seeds development database
npm run app- Builds app
- Runs a watch task
npm run dev- Run seed
- Builds app
- Runs a watch task
npm test- Runs active Mocha test files
- Fails after first test failure
npm run mocha- Runs all Mocha test files
- Does not stop after failures
npm run mocha -- <file>- Run single test file (or subset of test files)
npm run mocha -- <file> --bail- Run single test file, stop after first failure
npm run importDB <file>- Imports
<file>to database
- Imports
npm run seedDB- Imports seed DB file to database
npm run dropDB- Drops database
npm run reloadDB- Executes
npm run dropDB && npm run seedDB
- Executes
npm run createDB- Creates database
npm run deleteDB- Deletes database
npm run exportDB <file>- Exports database to
<file>
- Exports database to
Cron Job #1
- details
Cron Job #2
- details
- step #1
- step #2
- note #1
- note #2
- note #1
- note #2
| Name | Path |
|---|---|
| Endpoint #1 | /path/to/endpoint |
| Endpoint #2 | /path/to/endpoint |
Details
- Path: /link
- Request type: POST
- Content: form-encoded data
Fields
- field #1
- field #2
Result
- Content-Type: application/json
- Content:
- prop #1
- prop #2
- dep #1
- dep #2
- dep #1
- dep #2
For basic tasks, Tasks section above.
Other database actions:
| Name | Details |
|---|---|
| Test File #1 | details |
| Test File #2 | details |
To run tests, see Tasks section above.
To deactivate tests, prefix the filename with an underscore.
Main contributors:
- Contributor #1
- Contributor #2
(c) 2016 App Author