Skip to content

This is a demo project using Mongoose, EJS, Express, and Node.

Notifications You must be signed in to change notification settings

MissionVistaCS/SimpleTodoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleTodoList

How to use

  1. Run npm install while in the project directory. This will download all dependencies.
  2. Create a new mongo database and modify app.js accordingly.
  3. Run node app.js
  4. Navigate to http://localhost:3000
  5. Enjoy

Other notes

This simple project demonstrates how to handle GET requests with Express, access a Mongo database with Mongoose, and template clientside files using EJS.

About

This is a demo project using Mongoose, EJS, Express, and Node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published