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 installto install dependencies - run
npm startornodeto start the server - inside
models/index.jsupdate the MongoDB url to connect to your db