Below is a list of substantial examples found in the slides of lectures and labs.
- Example:
express-server
- Topics: Routes, not found, serving static files, render data with templates, post data with forms
- ** WORK IN PROGRESS **
- Example:
mongo_example
- Topics: MongoDB, Database, Express, dotenv, MongoDB (find, findOne, insertOne, deleteOne)