Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 569 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 569 Bytes

Cyclesaster

A project in collaboration with Open Data University about cycling accidents

Requirements

  • Python
  • Node.js
  • Go
  • PostgreSQL

Installation

  1. Clone the repository
  2. Install the requirements
    • pip install -r requirements.txt

Usage

  1. Run the script
    • python export_data.py Accidents2005-2022
    • This will take a while so if you want an extract, just take whatever year you want
  2. To launch the svelte app, go to the directory and run
    • npm run dev
  3. To launch the go app, go to the directory and run
    • go run main.go