Skip to content

helloecho12345/Mybrary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mybrary

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:

  1. Setting up Express
  2. Hooking up MongoDB
  3. Setting up local ENV variables
  4. Creating a base layout HTML file
  5. 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:

  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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 40.0%
  • EJS 31.9%
  • CSS 28.1%