Skip to content

infomark-org/infomark-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

471606a · Mar 22, 2023
Mar 22, 2023
Mar 22, 2023
May 2, 2019
Oct 22, 2020
Mar 22, 2023
Feb 27, 2019
Mar 29, 2020
May 2, 2019
Mar 22, 2023
Dec 26, 2019
Mar 22, 2023
May 2, 2019
Apr 2, 2019
Mar 27, 2019

Repository files navigation

InfoMark-Frontend

Build Status

InfoMark is a CI inspired online course management system. The goal is to achieve auto testing of exercises/homework using unit tests to ease the task of TAs. This repo hosts the frontend of the application. It is written in Elm, a functional frontend language which compiles to JavaScript. The application is just a single page which uses fragments for routing. So the server only needs to distribute the static HTML page and the REST Api which is used to interact with the server. The API is defined using Swagger.

The server is implemented in Go and is available here.

Building

Follow these Instructions from http://infomark.org.