view README.md @ 227:6620b5f649f8

Login controller is now called with POST to /login.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 26 Jul 2018 12:36:35 +0200
parents cd6ad5eaef8d
children a2f7049daf7f
line wrap: on
line source

## Backend

In Go.

* Install dependencies

    `sh 3rdpartylibs`

* Build

    Prerequesite: compile server
    ```
    cd cmd/gemma/
    go build
    cd ../../
    ```

* Run
    Run server with  `./cmd/gemma/gemma`


## Client

See [client/README](client/README.md).