This is a simple node.js project for the Asynchronous Server Technologies course at ECE Paris.
Technology used:
Travis CI build status:
Demo on OpenShift: link
Do a login page using the framework Express.js and JADE template engine.
Clone this project:
git clone https://github.com/theofidry/nodejs-ECEProject.gitInstall node.js. Then install the project dependencies:
npm installInstall Grunt:
npm install -g gruntPublish assets:
grunt publishStart app:
npm startDefault admin user: admin or admin@example.com | admin
If you wish to change the port the app is running on, just change them in the bin/start.js file. The default admin
user may be changed in lib/config/globals.js.
If you wish to have more info on the layout or on the dev environment (ex: Grunt tasks), check the wiki!
Copyright © 2014, Théo FIDRY, ISC License.