Skip to content

core55/web

Repository files navigation

Web App

IMPORTANT: dependencies for this repositories are not kept updated and may contain security vulnerabilities.

Intro

Front-end web app used in the JoinUp App.

Provides an interactive map allowing users to share their location with friends and set a meetup point.

Team website: Core 55

Requirements

  • node
  • npm

Technology

Installation

  1. Clone with SSH: git clone git@gits-15.sys.kth.se:core55/web.git
  2. Rename the config/dotenv.example.js to config/dotenv.js
  3. Make sure to add your own googleMaps API key and specify the address of the REST API to config/dotenv.js
module.exports = {
    GOOGLE_MAP_KEY: '"TOKEN_HERE"',
    API_URL: '"API_HERE"'
}
  1. Run npm install to install the dependencies
  2. Enter npm run dev to start up a local server on port :8080 by default