A Restful api of schools and districts
- nodejs 0.8.x
- mysql 5.x
-
Import the schools mysql database
-
Install the required node modules
$ sudo npm install
$ DEBUG=express:* node app
- Browse to http://localhost:8080/schools
/schools
/school/:id
/districts
/district/:id
Code is released under the MIT public license.