API that powers www.hotsdata.com
npm install
node server.js
- server.js where the routes are defined
- route_functions.js where the logic for each route is implemented
- queries.js where the queries to retrieve data from PosgresSQL are. The DB schema is available here
We learnt node along the way, so this has a lot of room for improvement ;)