aladdine/rest-api-boilerplate
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
{
"necessary_installs": ["node"],
"optional_installs": ["mongodb"],
"command_to_download_npm_packages": "npm install",
"command_to_start_app": "node server/index.js",
"command_to_run_unit_tests": "npm test",
"command_to_generate_test_report": "node_modules/mocha/bin/mocha --reporter doc > test-report.html"
}