https://github.com/timostrating/ponypicpy
Project 1.4 - Data visualization project
https://github.com/timostrating/ponypicpy
angular express hanzehogeschool mysql scrapy
Last synced: 3 months ago
JSON representation
Project 1.4 - Data visualization project
- Host: GitHub
- URL: https://github.com/timostrating/ponypicpy
- Owner: timostrating
- Created: 2018-05-24T09:38:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T14:20:59.000Z (almost 8 years ago)
- Last Synced: 2025-02-23T10:18:12.885Z (about 1 year ago)
- Topics: angular, express, hanzehogeschool, mysql, scrapy
- Language: Python
- Homepage:
- Size: 1.08 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

The website can be reached on [pony.aitai.nl](http://pony.aitai.nl)
## Contents of this project
* test - this folder contains all code that we used to test out different packages that could draw a diagram on the screen.
* express - an API that generates graphs. It requires the database.
* opdracht ... - school assignments
* ponypicnotpy - an angular app to show the diagrams
* scrapers - a scrapy project that has spiders for all major Dutch nieuwsarchives that still have a public archive with news from 2014.
* tools - these are a few python script to automate somethings.
## Team
* [Hilko Janssen](https://github.com/hilkojj)
* [Timo Strating](https://github.com/timostrating)
* [and sometimes Chris Roscher](https://github.com/aitai)
## installation
The API - create a file named database-connection.json in the express folder. Database.js will show an example of how this file should look.
```Bash
cd ./express
npm install
node server
```
The website
```Bash
cd ./ponypicnotpy
npm install
npm install -g @angular/cli # If you don't have angular installed already
ng serve
```