Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 754 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 754 Bytes

MSP Backend

This repository contains the backend for the practical 'Mobile und Verteilte Systeme' for the summer term 2021. The android app consuming this API can be found at this location.

Setup

At first you need to configure a config.env file. A starting template can be found the config directory (config.template.env). Duplicate, rename and fill this fill with your wanted values.

For mapquest you can generate an api key at https://developer.mapquest.com/.

Run the api

To run the api:

$ npm install
$ npm run start

When the api is running, you can inspect its functionalities in the GraphQL playground at localhost:<PORT>/graphql