2 solutions for creating a classic Todo app using Node.js and Express as backend.
Inspired by Node.js challenge and TodoMVC project.
Showcase of CRUD operations in the most basic way.
Data stored in a .json file, using jQuery.
Data stored in MongoDB, rendered using EJS template. Demo
In a separate folders:
npm install
npm start
Browse to http://localhost:3000