Skip to content

herbowicz/Node.js-Todo-in-2-ways

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Node.js Todo in 2 ways

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.

app-fs

Data stored in a .json file, using jQuery.

app-db

Data stored in MongoDB, rendered using EJS template. Demo

Installation

In a separate folders:

npm install
npm start

Browse to http://localhost:3000

About

2 solutions for creating a classic Todo app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published