dcbentley / book-e-json-solution

test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book-e JSON API

Starter code + solution code for the book-e json api.

Setup Instructions

  1. Fork and clone this repository.
  2. cd into the newly created folder called book-e-json.
  3. git checkout solution to see the solution branch with comments!
  4. Run npm install.
  5. Run brew services restart mongodb-community, if mongo isn't already running.
  6. Run node db/seed. This will run seed.js in the db/ directory.
  7. Hit ctrl + c to exit the process and get back control of your terminal.
  8. Run nodemon. If nodemon is not installed, npm i -g nodemon will install it globally.
  9. Navigate to localhost:8080 in your browser. You should see some bookmarks data.

Solution Code

The solution branch has comments in various files describing what each part does.

Make sure you switch back to master (git checkout master) before working on it.

About

test


Languages

Language:JavaScript 100.0%