https://github.com/mdbytes/nodedevelopercourse
The repository includes four projects: a simple not taking application, a more complicated weather application, a task manager REST API, and a real time chat application
https://github.com/mdbytes/nodedevelopercourse
express handlebars javascript mongodb node rest-api socket-io
Last synced: 5 months ago
JSON representation
The repository includes four projects: a simple not taking application, a more complicated weather application, a task manager REST API, and a real time chat application
- Host: GitHub
- URL: https://github.com/mdbytes/nodedevelopercourse
- Owner: mdbytes
- Created: 2025-09-17T16:33:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-09-17T16:56:49.000Z (5 months ago)
- Last Synced: 2025-09-17T18:59:40.958Z (5 months ago)
- Topics: express, handlebars, javascript, mongodb, node, rest-api, socket-io
- Language: JavaScript
- Homepage: https://mdbytes-chat-app.herokuapp.com/
- Size: 8.02 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Developer Course
This repository contains notes and applications developed as part of the following course.
Complete Node Developer Course by Andrew Mean and Rob Percival.
The courses is built around four projects:
- A simple not taking application to begin with.
- A more complicated weather application that retrieves current weather information utilizing a REST API.
- A task manager REST API with user accounts and token authentication utilizing Express and MongoDb.
- A real time chat application built with Express
The applications include a wide-range of tools including Express, Socket.IO, MongoDB, JWT Authentication, file and image uploads, email sending, REST API, Postman, Jest for testing, version control with Git and application deployment to Heroku.
Application deployments are at the links below
Weather Application
Chat Application
Task REST API Application