This is the website interface for ODOT employees to access data from potholes that were detected by the pothole detection iOS app (github.com/cade-conklin/Pothole-Detection)
Start by simply cloning the repository to your machine. Then run
npm installI am currently just running this on localhost. You can run it on your own computer by navigating to the directory and running:
node server.jsThen visit localhost:3000/active_potholes. If you have issues with the port you can change the port number in Pothole-Detection-Website/server.js
Here is a high level overview of how viewing pothole data works:

And here is one of how editing treatment data works:

Finally, here is how the app and website interact:

More information to come!