GAMEBITES

A Sports Fan Mobile Application. The app connects fans to their sports team and concession stand.

Some basic things here: authentication, SOA (modular), events, command bus, repository. Backend API is a faux API Gateway :)

In terms of authentication, it’s basic email/password with JWT bearer tokens, OAUTH will be added.

For the backend, I’m using a basic service discovery pattern with Consul as the registry. I’d like to add a simple circuit breaker that switches to another provider automatically if the current one goes offline—but I haven’t implemented that yet.

Technologies:

  • PHP/Laravel
  • Expo
  • Consul
  • Typescript
  • React Query
  • Postgres
  • React Native
  • Redis