A simple rest api that provides a prefix and an infix calculator.
- Install Julia
- From the project directory, execute
./bin/server
- From the project directory, execute
./bin/server.bat
- 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
- Run the julia repl with
then enter the package prompt by pressing ']' then run:
julia
activate . test