- express
- intro to mongoose
- jQuery and AJAX
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.
Let's create an author model that gets referenced in the book model!