socsql
Boilerplate code for exercise 5 of School of Code SQL workshop.
To install:
$ git clone git@github.com:jabclab/socsql.git
To run:
$ npm start
Tips for exercise:
- Start with
npm install pg --save
. - Read the documentation, particularly this and this.
- Modify instances of
// TODO: replace_me
(rungrep -rn TODO .
in the directory into which you cloned this repo to find all instances). - Consider using something like
nodemon
for live reloading of your app as you make edits.