Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

theofidry/ECE-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECE Project

This is a simple node.js project for the Asynchronous Server Technologies course at ECE Paris.

Technology used:

Travis CI build status:

Build Status

Demo on OpenShift: link

Project

Do a login page using the framework Express.js and JADE template engine.

Getting started

Clone this project:

git clone https://github.com/theofidry/nodejs-ECEProject.git

Install node.js. Then install the project dependencies:

npm install

Install Grunt:

npm install -g grunt

Publish assets:

grunt publish

Start app:

npm start

Default 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.

More

If you wish to have more info on the layout or on the dev environment (ex: Grunt tasks), check the wiki!

Contributors

License

Copyright © 2014, Théo FIDRY, ISC License.

About

Simple application in node.js.

Resources

License

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors