/mongoose-books-app

[js, lab, mongo, mongoose, handlebars, ajax]

Primary LanguageJavaScript

Book App

Prerequisites

  • Express
  • Mongo
  • Mongoose
  • jQuery
  • AJAX (xhr requests)

Exercise

We'll be building a full stack javascript app incrementally.

  • At first it's going to be a list of books
  • Then we'll add in authors
  • Finally we'll embed character data in each book

Sprint 1 - Mongoose

Let's create an author model that gets referenced in the book model!

Sprint 2 - Reference & Populate

Let's create a character model that gets embedded in the book model!

Sprint 3 - Embedded