This is a simple Node.js web app using the Express framework and EJS templates. The app has been designed with cloud native demos & containers in mind, in order to provide a real working application for deployment, something more than "hello-world" but with the minimum of pre-reqs. It is not intended as a complete example of a fully functioning architecture or complex software design.
npm install
docker run -d -p <port>:3000 olucasfagundes/nodejs-demo-app:<tag>
npm test
👤 Lucas Fagundes
- Twitter: @olucasfagundes
- Github: @olucasfagundes
- LinkedIn: @lucas-fagundes
Give a ⭐️ if this project helped you!
Copyright © 2021 Lucas Fagundes.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator