/jquery-node-todos

Simple todo app powered by Node.js, Express, and MongoDB on the backend and jQuery on the frontend

Primary LanguageJavaScript

jquery-node-todos

Simple todo app powered by Node.js, Express, and MongoDB on the backend and jQuery on the frontend

See the demo here https://rt-todos.herokuapp.com/

How to Launch App

Download or clone the repo. From the root directory...

  • run npm install to install dependencies
  • run npm start or node to start the server
  • inside models/index.js update the MongoDB url to connect to your db