This is a simple To-Do based app built on NodeJS that was created to test a CI/CD Pipeline with github actions
Run these commands:
sudo apt install nodejs
sudo apt install npm
npm install
npm run test
node app.js
or Run by docker compose up
This is a simple To-Do based app built on NodeJS that was created to test a CI/CD Pipeline with github actions
Run these commands:
sudo apt install nodejs
sudo apt install npm
npm install
npm run test
node app.js
or Run by docker compose up