/fifalog

Primary LanguageRust

Fifalog

Log your EA Sports FIFA matches and keep statistics!

Development

Create a PostgreSQL database:

createuser fifalog
createdb -O fifalog fifalog

Edit backend/run-dev.sh to your liking.

Run the backend:

cd backend
./run-dev.sh

This creates the database structure, but you need to add 2 users and some leagues and teams manually.

Run the frontend in another terminal:

cd frontend
yarn dev

Open http://localhost:1234 in the browser.