Skip to content

JSWesterfield/node-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

62 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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