/mongoose-books-app

Mongo/Mongoose + Handlebars + AJAX

Primary LanguageJavaScript

Express Practice

Pre-requisites

  • express
  • intro to mongoose
  • jQuery and AJAX

Base Challenges - Build an App using mongoDB and mongoose

We're going to take this app piece by piece over the next day or so and build it up.

At first it's going to be a list of books. Later we'll add in authors and 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