Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abhinandan-khurana/todo-app-nodejs
- Owner: Abhinandan-Khurana
- Created: 2023-01-28T21:04:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T09:56:06.000Z (over 1 year ago)
- Last Synced: 2024-11-11T23:11:40.277Z (3 months ago)
- Topics: cicd, express, javascipt, jenkins, microsoft-azure, nodejs
- Language: JavaScript
- Homepage: http://labs.abhinandankhurana.studio:8000/
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
- Run
npm install
to install all needed dependencies - Then start the server using
node index.js
- Navigate to your browser
http://localhost:8000/
to view the app