/mvc-app

44-563 MVC CRUD app

Primary LanguageHTMLMIT LicenseMIT

mvc-app

Node.js and the Express web application that utilizes CRUD with Mongo Atlas.

Developers

Links

Dev Tools

  • Chrome browser
  • Visual Studio Code
  • VS Code Extension: ESLint

Install Dependencies and Start App

Open PowerShell here as admin and run: npm install.

Start app with nodemon: nodemon app.js.

Open a Client

  1. Open a web browser at: http://127.0.0.1:3004/ or http://localhost:3004/.

Terms

  • .gitignore
  • npm install
  • node_modules
  • package-lock.json
  • nodemon
  • routing
  • data seeder
  • MVC
  • controller
  • model
  • views
  • json (JavaScript Object Notation) - double-quote strings, no comments

Resources