/Abgabe4

Primary LanguageJavaScriptMIT LicenseMIT

Übung 4 - Aufgabe 4 | version 1.0.0

Overview

NodeJS REST API Server with express.

Documentation with swagger-node & swagger-ui.

Tests with frisby & jasmine-node.

Requirements

NodeJS (>= 0.10.3)

Setup

This project builds on following setup (please read requirements and getting started):

  • I use GitHub(private).
  • The folder node_modules won't be comitted into GIT. Use .gitignore to ignore folders or files.
  • Git-commit-messages in english please.

Start

npm install // install dependencies
npm start   // start server

Run Test

npm start   // start server , server should start fresh to run the tests.
npm jasmine-node . // start test
npm jasmine-node . --verbose // start test with output

API-Docs

visit localhost:8002/docs (default).

Licence (MIT)

Open LICENSE file in root directory or visit this link.