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/
Download or clone the repo. From the root directory...
- run
npm install
to install dependencies - run
npm start
ornode
to start the server - inside
models/index.js
update the MongoDB url to connect to your db