Skip to content

LukeIreland1/kheiron_solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All commands designed to be run from the main folder (kheiron_solution)

Requirements are Flask and Requests (pip packages)

  • Install with pip3 install -r requirements.txt
  • Install with pip3 install flask requests

Tests

Run all tests with: tests/test_all.sh

Run prefix test with: tests/test_prefix.sh

Run infix test with: tests/test_infix.sh

Run web test with: tests/test_web.sh

Scripts

Run prefix calculator with: python3 src/prefix.py

Run infix calculator with: python3 src/infix.py

Run web client with: python3 src/prefix.py

Run web server with: ./run_server.sh

Notes:

  • Developed and tested on Mac OS 11.2.1, using Python 3.9.1 and zsh version 5.8.
  • I imagine any Unix platform with Python 3 (and pip) installed will be fine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published