A project in collaboration with Open Data University about cycling accidents
- Python
- Node.js
- Go
- PostgreSQL
- Clone the repository
- Install the requirements
pip install -r requirements.txt
- 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
- To launch the svelte app, go to the directory and run
npm run dev
- To launch the go app, go to the directory and run
go run main.go