/socsql

Boilerplate code for exercise 5 of School of Code SQL workshop

Primary LanguageJavaScript

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:

  1. Start with npm install pg --save.
  2. Read the documentation, particularly this and this.
  3. Modify instances of // TODO: replace_me (run grep -rn TODO . in the directory into which you cloned this repo to find all instances).
  4. Consider using something like nodemon for live reloading of your app as you make edits.