Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 309 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 309 Bytes

Book-e JSON

Solution code for the book-e json api.

Setup Instructions

  1. Clone down this repository and cd to the cloned directory.
  2. Run npm install.
  3. Run psql -f db/seed.sql to create the db and tables.
  4. Run node db/seed.js to populate the tables.
  5. Run nodemon to start the server.