Download nodejs scaffolding Free Java Code
Description
A full stack node.js sample application that demonstrates an architecture for building a complete production website with node.js.
Source Files
The download file nodejs-scaffolding-master.zip has the following entries.
.gitignore/*from w w w . ja v a 2s . c o m*/
Procfile
README.md
app.js
common/authorization.js
common/globalfunctions.js
data/connectors/mongo.js
data/drivers/mongoUserManager.js
data/userManager.js
loadtest.js
models/ApiUser.js
models/User.js
package.json
public/stylesheets/style.css
public/stylesheets/style.styl
routes/index.js
routes/user.js
routesapi/documentation.js
routesapi/userapi.js
test/common/testAuthorization.js
test/common/testGlobalFunctions.js
test/data/testUserManager.js
test/public/stylesheets/testStyle.js
test/routes/testIndex.js
test/routes/testUser.js
test/routesapi/testUserApi.js
test/testRunner.js
views/apidocumentation.jade
views/includes/userWidget.jade
views/index.jade
views/layout.jade
views/userAddEdit.jade
views/userLogin.jade
Download
Click the following link to download nodejs-scaffolding-master.zip.
nodejs-scaffolding-master.zipHome »
Javascript Free Code Download »
Node.JS »
Javascript Free Code Download »
Node.JS »