Go to file
Jack Harley 65c8035820 init 2021-01-28 14:17:59 +00:00
src init 2021-01-28 14:17:59 +00:00
.gitignore init 2021-01-28 14:17:59 +00:00
Minesweeper.cabal init 2021-01-28 14:17:59 +00:00
README.md init 2021-01-28 14:17:59 +00:00
Setup.hs init 2021-01-28 14:17:59 +00:00
hie.yaml init 2021-01-28 14:17:59 +00:00
package.yaml init 2021-01-28 14:17:59 +00:00
stack.yaml init 2021-01-28 14:17:59 +00:00
stack.yaml.lock init 2021-01-28 14:17:59 +00:00

README.md

Shape Server

Author: Jack Harley jackpharley@gmail.com / jharley@tcd.ie

This is my submission for Assignment 1 for CSU44012 Topics in Functional Programming 2020/21

My report containing background information, design choices, reflection, etc. is submitted separately as a PDF to Blackboard.

Build/Run

Build the project with stack build and execute with stack exec ShapeServer.

Then visit http://localhost:3000/ in a web browser.