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

Latest commit

 

History

History
14 lines (8 loc) · 399 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 399 Bytes

bluto - backend

Webserver für die Abfrage, welche Nutzer (UUIDs) positiv auf SARS-CoV-2 getestet wurden. Verbindet sich mit einem MongoDB-Datenbankserver.

Setup

  1. Abhängigkeiten installieren: npm install
  2. API-Backend starten: node api.js

Demo

Der aktuelle Server ist erreichbar auf http://api.bluto.eu:8080/cases?lat=42.1&long=42.1

Noch sind die Datenbankeinträge hardcoded.