sharedstreets / sharedstreets-road-closure-ui

a lightweight application for municipalities to create non proprietary, standardized road closures data using the SharedStreets referencing system
http://roadclosures-test.sharedstreets.io
12 stars 6 forks source link

Local web server #79

Closed indraneel closed 5 years ago

indraneel commented 5 years ago

do not merge until https://github.com/sharedstreets/sharedstreets-js/pull/61 is released

switches road closure app to a locally served model. instead of relying on an external storage service to save/load road closure data, this adds a small webserver (server.ts — started by running yarn server) that allows reading and writing files to and from the user's local filesystem.

New usage flow

this can be extended to support custom hosting environments and file storage destinations in the future