Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Latest commit

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Examples

Below is a list of substantial examples found in the slides of lectures and labs.

Express Server

  • Example: express-server
  • Topics: Routes, not found, serving static files, render data with templates, post data with forms

MongoDB Server

  • ** WORK IN PROGRESS **
  • Example: mongo_example
  • Topics: MongoDB, Database, Express, dotenv, MongoDB (find, findOne, insertOne, deleteOne)