In this video we will be setting up the book's Index/Create/New routes. To do this we will need to:
1. Create a book model
2. Create a book controller
3. Create book views
4. Interact with our database to find and create books
5. Handle validation errors
6. Setup file upload
7. Store uploaded files

Code For This Video:
https://github.com/WebDevSimplified/Mybrary/tree/v1.2

Previous Video:
https://youtu.be/esy4nRuShl8

Next Video:
https://youtu.be/Xm5MzWvklbI

Playlist:
https://www.youtube.com/playlist?list=PLZlA0Gpn_vH8jbFkBjOuFjhxANC63OmXM


Twitter:
https://twitter.com/DevSimplified

GitHub:
https://github.com/WebDevSimplified

CodePen:
https://codepen.io/WebDevSimplified


#Node.js #FullStack #MongoDB