nikithakethireddy1996 / mvc-app

44-563 MVC CRUD app

Home Page:https://whispering-badlands-70468.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

44-563 MVC CRUD app

https://whispering-badlands-70468.herokuapp.com/

License:MIT License


Languages

Language:HTML 55.9%Language:JavaScript 43.4%Language:CSS 0.7%