Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 714 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 714 Bytes

Example code: Microservice client, the front interface.

  1. To run the code, clone the repo then follow GHCup to install the nesscessary toolchain (this repo uses the stack toolchain).
  2. When the installation finishes, fire up your terminal, change direction to your cloned repo then run stack run to build and execute the code. (You can alternatively run stack ghci src/DevelMain.hs to try the interactive repl, everytime the code is modified and saved, run :r then update in the repl session, to start the code run update)

🦥 This is the front interface for this microservice server