Skip to content

boissonnat/whoozin

Repository files navigation

whoozin

Build Status master Build Status develop

Plan your activities easily

How to launch

Whoozin is a Node.js application with Express and Jade.

1. Clone our repo

2. Install deps

We are using npm to manage the dependencies. You have to run :

$ npm install

3. Parse.com

We are using Parse.com to store our data. You will need to create an account, an application an set some environment variables.

After having created a new application on Parse.com, grab your Application ID and your Javascript ID and add them to your environment :

For exemple on Unix systems :
export PARSE_WHOOZIN_APP_KEY=<YOUR APP ID>
export PARSE_WHOOZIN_SDK_KEY=<YOUR JS ID>

4. Run

Now you are able to run Whoozin with the following command line :

$ node app.js

Testing

We are using Mocha.js and Should.js to perform our unit tests. As you may notice, this GitHub repository is linked to travis-ci.org for the continuous integration.

About

Plan your activities easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published