/node-course

📚 The Complete Node.js Developer Course (3rd Edition) - Udemy - Andrew Mead

Primary LanguageJavaScript

Udemy NodeJS Course - The Complete Node.js Developer Course (3rd Edition) ⚡

Goal: Learn more indepth within Node.js by building real-world applications with Node, Express, MongoDB, Jest, APIs, and more...

Purpose 🗿

// Example code from course
const chalk = require('chalk')
const getNotes = require('./notes.js')

const msg = getNotes()
console.log(msg)

const greenMsg = chalk.blue.inverse.bold('success')
console.log(greenMsg)

Dependencies 🎴

Contributing ✒️

Not Applicable. Course Available 👉 https://www.udemy.com/course/the-complete-nodejs-developer-course-2/

License 📃

MIT 🎓

Udemy 💻

Background