CI/CD Pipeline for web application
- Express.js server that says hello
- MySQL database connection
- Redis cache
- Docker setup for easy* development
- GitHub Actions CI/CD pipeline
- Clone this repo
- Run
docker-compose up
- Wait
- Visit
http://localhost:3000
- Marvel at the complexity of saying "Hello"
- Figure out why we added Redis
- Actually use the MySQL database
- Implement real tests
- Optimize the Dockerfile
- Add more routes