https://github.com/parassharmaa/space-and-time
Visualizing geography with time.
https://github.com/parassharmaa/space-and-time
flask heroku mapbox python reactjs
Last synced: 3 months ago
JSON representation
Visualizing geography with time.
- Host: GitHub
- URL: https://github.com/parassharmaa/space-and-time
- Owner: Parassharmaa
- Created: 2018-08-28T19:24:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T21:53:25.000Z (over 3 years ago)
- Last Synced: 2025-03-10T04:32:58.571Z (over 1 year ago)
- Topics: flask, heroku, mapbox, python, reactjs
- Language: JavaScript
- Homepage: https://space-n-time.herokuapp.com/
- Size: 3.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space and Time
Visualizing geography with time.
[APP URL](https://space-n-time.herokuapp.com)
## 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
``` bash
$ git clone git@github.com:Parassharmaa/space-and-time.git
$ cd space-and-time
```
#### Environment Variables
* mongo_db =
* secret_key =
#### Frontend
``` bash
$ yarn install
$ yarn run build
```
#### Backend
``` bash
$ pipenv shell
$ pipenv install
$ python3 api.py
```
## Contact
* mail2paras.s@gmail.com