项目作者: SF-WDI-LABS

项目描述 :
Mongo/Mongoose + AJAX
高级语言: JavaScript
项目地址: git://github.com/SF-WDI-LABS/mongoose-books-app.git
创建时间: 2016-03-29T16:16:07Z
项目社区:https://github.com/SF-WDI-LABS/mongoose-books-app

开源协议:

下载


Book App" class="reference-link"> Book App

Deliverables

Fork this repo & push work to your remote fork.

Prerequisites

  • Express
  • Mongo
  • Mongoose
  • jQuery
  • AJAX

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

Database Setup

Sprint 2 - Reference & Populate

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

Sprint 3 - Embedded

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

Note: Find incremental example solutions by checking out the branches of this repo.