Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhinandan-khurana/todo-app-nodejs

A simple To Do List application built with Node.js and Express.
https://github.com/abhinandan-khurana/todo-app-nodejs

cicd express javascipt jenkins microsoft-azure nodejs

Last synced: 16 days ago
JSON representation

A simple To Do List application built with Node.js and Express.

Awesome Lists containing this project

README

        

# Todo-App-NodeJs

# This application is hosted on the **Microsoft Azure** platform and features **Jenkins** continuous integration (CI) and continuous deployment (CD) pipeline with integration to GitHub.

## To view my app [Click Here](http://labs.abhinandankhurana.studio:8000/)


A simple To Do List application built with Node.js and Express

Nodejs application that let's you add and complete task on a single page, storing both new and completed task in a different array. This appllication makes use of:


  • EJS - A simple templating engine that lets you generate HTML markup with plain JS
  • Body-parser - This extracts the entire body portion of an incoming request stream and exposes it on req.body

![png](https://github.com/missating/nodejs-todo/blob/master/todo.png?raw=true 'web todo')


How to run the app locally:


  1. Run npm install to install all needed dependencies
  2. Then start the server using node index.js
  3. Navigate to your browser http://localhost:8000/ to view the app