Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 947 Bytes

Readme.md

File metadata and controls

23 lines (13 loc) · 947 Bytes

License

Tech Poker

Try it online

As it is hosted on a free Render host, it may take a while to boot up on first load.

What is this?

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.

How to Deploy?

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.