项目作者: Parassharmaa

项目描述 :
Visualizing geography with time.
高级语言: JavaScript
项目地址: git://github.com/Parassharmaa/space-and-time.git
创建时间: 2018-08-28T19:24:07Z
项目社区:https://github.com/Parassharmaa/space-and-time

开源协议:

下载


Space and Time

Visualizing geography with time.
APP URL

Features

  • Plots data (polygon/marker) to the corresponding time
  • Events (Add/Edit)
  • User contributions on events.
  • Review contribution before publishing. (Admin Login)

Requirements

  • Node 8.0 or up
  • yarn 1.7.0 or up
  • Python 3.6 and up
  • pipenv

Installation

Cloning

  1. $ git clone git@github.com:Parassharmaa/space-and-time.git
  2. $ cd space-and-time

Environment Variables

  1. * mongo_db = <connection_string>
  2. * secret_key = <secret_key>

Frontend

  1. $ yarn install
  2. $ yarn run build

Backend

  1. $ pipenv shell
  2. $ pipenv install
  3. $ python3 api.py

Contact