Skip to content

Poltergeist/refugeemaps

 
 

Repository files navigation

Refugee Map

Description

Map that shows locations which are potentially useful and interesting for refugees such as public restrooms, supermarkets, churches, playgrounds or call shops.

Links

Team

  • Ubilabs: Martin Kleppe
  • Ubilabs: Malte Modrow
  • Ubilabs: Robert Katzki
  • Google: Thomas Steiner

Development

Prerequisites

Make sure you have the following tools installed:

brew install go
brew install go-app-engine-64
brew install direnv
# Setup direnv in your shell: http://direnv.net/
direnv allow .envrc

Installation

After cloning the repository, install all dependencies:

go get
npm install

Develop

Run the following command to start the server on localhost:

npm run server

Deploy

To deploy the application, run the following commands:

npm run deploy

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.1%
  • Go 17.9%
  • HTML 17.9%
  • CSS 15.1%