Log your EA Sports FIFA matches and keep statistics!
Create a PostgreSQL database:
createuser fifalog
createdb -O fifalog fifalogEdit run-dev.sh to your liking.
Run the app:
./run-dev.shThis creates the database structure, but you need to add 2 users and some leagues and teams manually.
Open http://localhost:8080 in the browser.