Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.21 KB

File metadata and controls

42 lines (29 loc) · 1.21 KB

SchoolCyberSec

Analysis of website security of Czech Secondary Education Facilities

Overview

This project was created as part of the Public Sector Hackathon 3.0 in Prague. See the presentation, doc submission and other details about the project development here: https://devpost.com/software/schoolcybersec

Datasets used

  • ARES by Ministry of Finance - special thanks to Ludovit Scholtz for help with scraping
  • Czech School Inspectorate data

Output is then processed and fed into GeoJSON for visualizations

Technology used

How to deploy and use the demo

Download this source code or clone the repo

Once you have downloaded the example install the dependencies and run the app.

npm install
npm run dev

NodeJS is needed for deployment.