view README.md @ 164:7c40e9f28f94

test: Moved testfile. Established nightwatch tests Vue-cli offers easy e2e test integration with nightowl. Nightowl leverages the selenium webdriver. So the bedrock for a test suite is laid. Additionally: Upgraded packages of vue-cli, which are now at least Release Candidates.
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 06 Jul 2018 10:51:19 +0200
parents 9a5bbe9c593c
children cd6ad5eaef8d
line wrap: on
line source

## Backend

In Go.

* Install dependencies

    `sh 3rdpartylibs`

* Build

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

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


## Client

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