This project aims to develop a Node.js application with CI/CD integration.
- Tech stack:
Node.js
,Docker
- To gain a basic understanding of Docker, you could visit: Docker and devops-basic/docker repository
- Basic knowledge about Docker
- Tools:
docker
,curl
- Run
docker build -t node-backend .
- Run
docker run -d -p 3001:3001 node-backend
- Execute
curl localhost:3001
in your terminal - Alternatively, open http://localhost:3001/ in your browser
- Check the GitHub workflow: nodejs-cicd-pipeline.yml