Skip to content

aleguerra05/node-fizz

Repository files navigation

Simple fizzbuzz NodeJs Site

codecov workflow AppVeyor tests (compact) codecov Docker Cloud Build Status Vercel

To run please clone the repo:

git clone https://github.com/aleguerra05/node-fizz.git

then install dependencies and run:

npm install
npm run dev

You can see the site on http://localhost:8000

For run the tests:

npm test

For 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.0

or:

docker compose up -d

Or you can pull an run it form DockerHub

docker run -d -p 8000:8000 aleguerra05/node-fizz:latest

Also the site is currently publish on https://fizzbuzz-five.vercel.app/

About

Fizzbuzz App in NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published