Skip to content

a simple app todo-list with nodejs and express with EJS template engine.

Notifications You must be signed in to change notification settings

karthikaarumugam/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Application : todo-app

**Author : Karthika. A

Version : V1

Framework used : HTML5, CSS3, Javascript, jQuery, JSON, AJAX, Restful services, NodeJS, ExpressJS**

This is a simple app for todo-list, developed with nodejs and express using rest services and EJS template engine for views.

This project demonstrates

  • NodeJS server setup, middleware implementation
  • ExpressJS Routing based on get and post requests.
  • EJS template engine to create views(Pages) from a single Page.
  • 3 Rest Service methods - GET, POST and DELETE are demonstrated.

To run the app, download the source files, except the package.json file. In your local system, install nodejs, and initialize into the app by calling 'npm init' command. Install "body-parser", "ejs", "express" via npm command promt with -save command to create dependencies in the package.json file.

Sample Screenshots.

screencapture-localhost-3000-todo-1484234122448

screencapture-localhost-3000-todo-1484234097945

Thanks for downloading. Please share your feedback.

About

a simple app todo-list with nodejs and express with EJS template engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published