Mongo/Mongoose + AJAX
Fork this repo & push work to your remote fork.
We’ll be building a full stack javascript app incrementally.
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.