Solution code for the book-e json api.
- Clone down this repository and
cd
to the cloned directory. - Run
npm install
. - Run
psql -f db/seed.sql
to create the db and tables. - Run
node db/seed.js
to populate the tables. - Run
nodemon
to start the server.