Skip to content

Symfony microservice for keeping track of players in a gamification platform

License

Notifications You must be signed in to change notification settings

sellmark/sf6-game-session-tracking

Repository files navigation

To start the project

cp _.env.local .env.local
docker compose up -d --build
docker compose exec app /bin/bash
bin/phpunit

Then start sending requests using examples from example.http, generate your Uuid in the GET route, then use returned UUID for POST requests

About

Symfony microservice for keeping track of players in a gamification platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published