Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.
/ id-dictionary Public archive

Just hobby project in node.js, using express.js and so

Notifications You must be signed in to change notification settings

tholcman/id-dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

id-dictionary

Just hobby project in node.js, using express.js and so

run server

./bin/www

OR

nodemon bin/www

run tests with globally installed mocha

mocha app/**/*UnitTest.js

run acceptance tests, while server is running

mocha app/**/*AcceptanceTest.js

run ALL tests, while server is running

mocha app/**/*Test.js

Generate documentation:

docco app/api/id-dictionary/*.js

Documentation should be in .gitignore, but for now it's part of repo

About

Just hobby project in node.js, using express.js and so

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published