Giter VIP home page Giter VIP logo

calculator's Introduction

Calculator

This is a code example to demonstrate testing within a docker container. ##The Calculator Server This is a simple server that implement a HTTP calculator, as follows:

GET /calculator/add - add two floating point numbers.

GET /calculator/sub - subtract a floating point number from a second one.

GET /calculator/mul - multiple two floating point numbers.

GET /calculator/div - divide a floating point number by another one.

Each one of these API requires two query parameters: first and second; for example,

GET /calculator/minus?first=3.4&second=1.4

will return a json object of:

{"result" : 2}

##The Dockerfile There are actually two Dockerfiles. One for production, and one for testing. The second uses the first as a base image, and so it contains all the application code and configurations, and running within the same environment as the production container; e.g. the same node, npm and packages versions.

##License The MIT License (MIT)

calculator's People

Contributors

nunnatsa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.