Solution code for the book-e json api.
- Clone down this repository and
cdto the cloned directory. - Run
npm install. - Run
psql -f db/seed.sqlto create the db and tables. - Run
node db/seed.jsto populate the tables. - Run
nodemonto start the server.