-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
# InfoMark-Frontend | ||
|
||
[![Build Status](https://ci.patwie.com/api/badges/cgtuebingen/infomark-ui/status.svg)](http://ci.patwie.com/cgtuebingen/infomark-ui) | ||
|
||
[![Build Status](https://ci.patwie.com/api/badges/infomark-org/infomark-ui/status.svg)](http://ci.patwie.com/infomark-org/infomark-ui) | ||
|
||
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](https://elm-lang.org/), 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 in this [repository](https://github.com/cgtuebingen/infomark-swagger) | ||
using [Swagger](https://swagger.io/). | ||
interact with the server. The [API](https://infomark.org/swagger/) is defined using [Swagger](https://swagger.io/). | ||
|
||
The server is implemented in [Go](https://golang.org/) and is available [here](https://github.com/cgtuebingen/infomark-backend). | ||
The server is implemented in [Go](https://golang.org/) and is available [here](https://github.com/infomark-org/infomark-backend). | ||
|
||
# Building | ||
|
||
Follow these [Instructions](https://github.com/cgtuebingen/infomark-ui/wiki/Installation) to set up the development environment and get an overview of the included build scripts. | ||
Follow these [Instructions](https://github.com/infomark-org/infomark-ui/wiki/Installation) to set up the development environment and get an overview of the included build scripts. |