Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 633 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 633 Bytes

WG-Lebensmittelplaner

Entwicklung einer REST-Schnittstelle im Rahmen des Moduls

Grundlagen des Web (GDW)
Gruppe 1: Benjamin Krumnow (Raum 3.111)
Medieninformatik Ba.
Wintersemester 2019/20

TH Köln,
Campus Gummersbach

Team

Testen der REST-Schnittstelle

  1. Install Dependencies
$ npm install
  1. Insert Test-Data to DB
$ npm run reset
  1. Compiling via Node.js
$ npm start
  1. Access API via a HTTP-Request with Hostadress:3000