As it is hosted on a free Render host, it may take a while to boot up on first load.
Tech Poker is a webapp to collaboratively use the planning poker methodology.
It was developed during a hackathon, has proven its usefulness, and is now actively used by multiple teams.
Just create a Account at Render and a Docker (Web Service) project there.
After linking this repo to the project, you just need to do two steps to make the app run:
- Set the 'Docker Command' in the settings to:
java -jar /app/techpoker.jar
. - Set the environment variable
SPRING_PROFILES_ACTIVE=render
.
That should be all to build successful on Render.