Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 386 Bytes

File metadata and controls

13 lines (9 loc) · 386 Bytes

ActiveJ Example

This example shows how to connect to Database, Redis, Fetch your data from DB, transform it to JSON and send it to the client

  1. To start the application first you need to run all prerequisites by doing
docker-compose up -d

This will run postgres & redis in docker containers

  1. Run WebApp::main
  2. Access http://localhost:9090/years to see the results