In this video we will be setting up the author's Show/Edit/Update/Delete routes. To do this we will need to:
1. Add routes to the author's controller
2. Add views for the author's views
3. Add data validation checks for deletion
4. Create a delete form
5. Interact with our database to update and delete authors
6. Finish the navigation for authors in our views

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

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

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

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