Skip to content

Beispielapplikation "Roomies" zur HSR Bachelorarbeit 2013 von Manuel Alabor, Alexandre Joly & Michael Weibel.

Notifications You must be signed in to change notification settings

hsr-ba-ajw-2013/BA

Repository files navigation

BA

Build Status Coverage Status

Prerequisites

Node.js installed.

Install

./install.sh

This script will automatically install all dependencies, create tables & run migrations if needed.

Start

npm start

Debug logging

In order to enable debug logging, start with DEBUG="roomies:*" npm start. This will print all logging from roomies. You can also enable debug logging of e.g. barefoot or express.js if you add it to the debug string. In order to debug everything, set the DEBUG env variable to *.

Testing

npm test or make test

Documentation

Find the latest build of Roomies' code documentation online:

githalytics.com alpha

About

Beispielapplikation "Roomies" zur HSR Bachelorarbeit 2013 von Manuel Alabor, Alexandre Joly & Michael Weibel.

Resources

Stars

Watchers

Forks

Packages

No packages published