An open API service indexing awesome lists of open source software.

https://github.com/pmlopes/javazone-2016


https://github.com/pmlopes/javazone-2016

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

          

This is the source code of the application shown at JavaZone 2016.

[![JavaZone 2016](https://i.vimeocdn.com/video/590624634_295x166.jpg)](https://vimeo.com/album/4133413/video/181905280 "Lets build a reactive async app in < 60min")

The application assumes that you have installed:

* gradle
* docker
* docker-compose
* npm
* nodejs

On top of that you should replace the conf/keycloak.json with your keyclock configuration. In order to configure keycloak I'd recomment to follow the [video](https://www.youtube.com/watch?v=c20igjL69Mo).

In order to build:

```
# first build the js client
cd web/src/main/client
npm install
./node_modules/.bin/wekpack
cd ../../..
gradle clean install

# then run
sudo docker-compose up
```

Have fun!