Skip to content

natasha-tullos/mongoose-books-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Database Setup

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

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.0%
  • HTML 14.0%