In this video we will be setting up the author's Index/Create/New routes. To do this we will need to:
1. Create an author model
2. Create an author controller
3. Create author views
4. Interact with our database to find and create authors
5. Handle validation errors
6. Setup a shared page header

Learn Async Await:
https://youtu.be/V_Kr9OSfDeU

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

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

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

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