Video tutorial at Web Dev Simplified : Playlist: https://www.youtube.com/playlist?list...
https://www.youtube.com/watch?v=qj2oDkvc4dQ&list=PLZlA0Gpn_vH8jbFkBjOuFjhxANC63OmXM&index=5
Project Setup - Node.js/Express/MongoDB Course #1 In this video we will be setting up the base of our project by:
- Setting up Express
- Hooking up MongoDB
- Setting up local ENV variables
- Creating a base layout HTML file
- Setting up our MVC folder structure
MongoDB Atlas: https://mbsy.co/mongodb/46535922.
How To Install MongoDB: https://youtu.be/wcx3f0eUiAw
Code For This Video: https://github.com/WebDevSimplified/Mybrary
https://www.youtube.com/watch?v=esy4nRuShl8&list=PLZlA0Gpn_vH8jbFkBjOuFjhxANC63OmXM&index=6
Author's Index/Create/New Routes - Node.js/Express/MongoDB Course #2
In this video we will be setting up the author's Index/Create/New routes. To do this we will need to:
- Create an author model
- Create an author controller
- Create author views
- Interact with our database to find and create authors
- Handle validation errors
- Setup a shared page header
Learn Async Await: https://youtu.be/V_Kr9OSfDeU