This example shows how to connect to Database, Redis, Fetch your data from DB, transform it to JSON and send it to the client
- 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
- Run
WebApp::main - Access
http://localhost:9090/yearsto see the results