Skip to content

aladdine/rest-api-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors