Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 462 Bytes

readme.md

File metadata and controls

32 lines (22 loc) · 462 Bytes

Prime numbers API

Welcome to prime numbers API.

Commands

  1. Install dependecies
    npm i
  2. Execute in development mode
    npm run dev
  3. Execute tests
    npm run tests

Build docker image

docker build --no-cache -t prime-numbers:1.0 .

Run docker container

docker run -d --name prime-numbers -p 8085:8085 -d prime-numbers:1.0

Explore API

Go to: http://localhost:8085

by Orlando Marín - 08/2022