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
| Name | Name | Last commit date | ||
|---|---|---|---|---|