dknathalage / sit323-737-2023-t1-prac5p

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

Dependancies

  1. Docker
  2. Nodejs
  3. Npm

Running the app

running from cli

npm start

running docker

docker-compose up --build -d

stopping docker

docker-compose down

push to docker hub

docker build -t calculator . docker tag calculator:latest dknathalage/calculator:latest docker push dknathalage/calculator:latest

Links

Usage

Authenticating

picture 1

Adding

Setting the token

picture 2

Copying the token

picture 3

Setting body

picture 4

Sending the request

picture 5

Evidence

Application Image in DockerHub

picture 1

Application running in Docker

picture 2

About


Languages

Language:JavaScript 100.0%