Skip to content

Latest commit

 

History

History

hackernews

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Reactive HackerNews example

This example is made of three parts: the skip reactive service (in reactive_service/), the web service (in web_service/), and the front-end (in www/).

In order to run it, do:

$ docker compose build
$ docker compose up