To run please clone the repo:
git clone https://github.com/aleguerra05/node-fizz.gitthen install dependencies and run:
npm install
npm run devYou can see the site on http://localhost:8000
For run the tests:
npm testFor run the application on docker you can build the image:
docker build -t node-fizz:1.0 .then:
docker run -d -p 8000:8000 node-fizz:1.0or:
docker compose up -dOr you can pull an run it form DockerHub
docker run -d -p 8000:8000 aleguerra05/node-fizz:latestAlso the site is currently publish on https://fizzbuzz-five.vercel.app/