Skip to content

Commit

Permalink
move to infomark-org
Browse files Browse the repository at this point in the history
  • Loading branch information
PatWie committed Jun 30, 2019
1 parent 097e9c5 commit b4429de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ volumes:

---
kind: signature
hmac: 6865f3b7e98c6fd01d4ab1e13105e5758990a0d3ee8abacc391be61c7ce44b5b
hmac: 1eb4c6e88852689da4d03e61313472e87df0ad8aff596ace91748809ef579f0c

...
10 changes: 4 additions & 6 deletions README.md
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.

0 comments on commit b4429de

Please sign in to comment.