Skip to content

harshit-sharma-gits/node-todo-cicd

 
 

Repository files navigation

Simple NodeJS ToDo List Application

Run these commands:

sudo apt install nodejs

sudo apt install npm

npm install

node app.js

or Run by docker

docker build . -t node-todo-app

docker run -d --name node-app-container -p 8000:8000 node-todo-app

Sample commit

About

This is the project I'm working on with Jenkins and Azure CI/CD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.8%
  • EJS 40.4%
  • Dockerfile 1.8%