/smallscrum-server

My dissertation project for University. An agile project management system specifically suited for the needs of digital agencies. This is the server-side part of the application using an express.js server.

Primary LanguageJavaScript

SmallScrum Server

Build Status

This is the server application for SmallScrum. It presents the Ember application to site visitors and handles the JSON API for communication between the client and the persistent storage.

Prerequisites

You will need the following things properly installed on your computer.

If you do not already have the SmallScrum Ember application repository set up on your system, you will need the prerequisites for that as well.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • npm build

If you already have the SmallScrum Ember application repository downloaded onto your system, you can run ember build -o path/to/smallscrum-server/public instead from there.

Running / Development

Running Tests

  • mocha