A basic API for accessing names of districts and their schools in the US.
Run npm install
to install dependencies.
npm start
Starts node appnpm run import-db
Bootstraps data into DBsnpm run delete-db
Removes all data from DBs
Gets all districts in the district DB.
Search all districts in the district DB.
N.B. Use _
to represent spaces in a district name.
Gets all districts for a given state in the district DB.
Gets all schools in the school DB.
Gets all schools for a given district ID.
- Deploy and move DB to something hosted
- Add README data about "freshness and source of data"