#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.
Thanks for downloading. Please share your feedback.