Skip to content

cjzeledon/BookSchema

Repository files navigation

Create a Mongoose schema

Using your schema, build an Express app that lets you view your collection, add to your collection, edit items in your collection, and delete items from your collection.

When dealing with arrays, think about how you might make this user interface work. If it makes sense, write some client-side JavaScript to help add new items to your array on your create and update item pages. You can make your JavaScript available with express.static.

To deal with nested data in forms, consult the docs for the extended option in body-parser and the qs library that body-parser uses.

About

Using Mongoose, build an app to store information about a collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published