Skip to content

a small dockerized website to compute the nth prime number

Notifications You must be signed in to change notification settings

Greenade/primeNumberGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is a simple website working with node.js and docker to compute the nth prime number

to run it, you simply have to run the following commands:

  • sudo docker build -t prime-app .
  • sudo docker run -p 3000:3000 prime-app You now have a running website on the following address :
  • localhost:3000

enjoy the website !

number 15

About

a small dockerized website to compute the nth prime number

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published