Code Monkey home page Code Monkey logo

gdv-projekt's Introduction

Visualization project hexbike

Documentation

The full Documentation can be found here: https://tillnagel.github.io/gdv-ws2017-website/projects/HexBike/

Installation

Clone the repository:

git clone https://github.com/haChristopher/Gdv-Projekt

then move to the directionary "Visualisierung" and run npm install:

cd Gdv-Projekt/Visualisierung
npm install

Setup database

Use the dump file Dump20180116.zip and import it into a mysql database. For the import you can either use the command line:

sql -u username -p database_name < file.sql

or you can use the mysql workbench.

Then go to Gdv-Projekt/Visualisierung/routes/sqlDatabase.js and change the sql connection settings with your database settings:

var connection = mysql.createConnection({
    "host": "localhost",
    "user": "root",
    "password": "root",
    "port": "3306",
    "database": "gdv_nextbike",
    "timezone": 'utc'
});

Run project

To the run the project run:

node app.js

then go to localhost:3000

Dependencies

Python 3.4.4: https://www.python.org/downloads/release/python-344/

gdv-projekt's People

Contributors

hrycajf avatar sonnyboy3428 avatar xrounder avatar hachristopher avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.