Add migration to create counties table and ingest the geojson into it
Add endpoint /county/:id to test database connection
How to test: follow the README instructions (start db and dev server) and visit http://localhost:3000/api/county/01001, it should display metadata for a county as JSON. We will make API routes more robust later, this PR is focused on the database setup.
Changes in this PR:
How to test: follow the README instructions (start db and dev server) and visit http://localhost:3000/api/county/01001, it should display metadata for a county as JSON. We will make API routes more robust later, this PR is focused on the database setup.
@nerik @geohacker ready for review.