Skip to content

garethhu/CalcApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalcApp

Overview

A simple rest api that provides a prefix and an infix calculator.

To Run

Linux / Mac

  • From the project directory, execute
    ./bin/server

Windows

  • From the project directory, execute
    ./bin/server.bat

Hitting the API

  • Using your browser go to http://127.0.0.1:8000/
  • The available endpoints are returned by the request, in json format, and organised into the prefix and infix calculators
  • You can also use a tool such as curl

Tests

  • Run the julia repl with
    julia
    then enter the package prompt by pressing ']' then run:
    activate .
    test
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published