Skip to content

ichrist97/msp_backend

Repository files navigation

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

About

Backend for mobile and distributed practical

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published