An open API service indexing awesome lists of open source software.

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

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:


  1. A simple not taking application to begin with.

  2. A more complicated weather application that retrieves current weather information utilizing a REST API.

  3. A task manager REST API with user accounts and token authentication utilizing Express and MongoDb.

  4. 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