Skip to content

myclubapp/backend

Repository files navigation

Build + Deploy

Backend for myclub-app

This backend powers the following apps:

  • volleyballclub.app
  • unihockeyclub.app
  • handballclub.app
  • turnverein.app
  • basketballclub.app
  • fussballclub.app

JOBS

Update Club Data

Runs every Monday at 08:00 AM for:

  • Swiss Unihockey
  • Swiss Volleyball
  • Swiss Handball
  • Swiss Turnverband

Update Team Data

Runs every Monday at 08:10 AM for active clubs:

  • Swiss Unihockey
  • Swiss Volleyball
  • Swiss Handball
  • Swiss Turnverband (not provided)

Update Game Data

Runs every morning at 06:00 AM for active clubs:

  • Swiss Unihockey
  • Swiss Volleyball
  • Swiss Handball

GraphQL API for Sports Data

For some sports, data is provided by external APIs and transformed into the format used by myclub-app.

⚠️ To access this data, an API key from the respective association is required.

Swiss Unihockey API

📌 Available Services:

  • Clubs
  • Teams
  • Meisterschaft*
  • Ranglisten*
  • Statistiken (not yet implemented)
  • News

Swiss Volleyball API

📌 Available Services:

  • Clubs
  • Teams
  • Meisterschaft*
  • Ranglisten (not yet implemented)

Swiss Handball API

📌 Available Services:

  • Clubs
  • Teams
  • Meisterschaft*
  • Ranglisten*

STV Schweizer Turnverband

📌 Available Services:

  • Vereine
  • Angebote

Swiss Basketball (Not Supported Yet)

🚧 Currently not supported. Planned for future implementation.

Swiss Football (Not Supported Yet)

🚧 Currently not supported. Planned for future implementation.

Installed Packages

  • express - Web framework for Node.js
  • express-graphql - Middleware for running GraphQL
  • graphql - GraphQL library
  • graphql-tools - Utilities for schema building
  • html-to-text - Converts news feeds from HTML to plain text
  • node-fetch - Fetch API for Node.js
  • soap - SOAP web service client

Tutorials & Help

🔗 Helpful articles:

Firebase Related Tutorials

Resolver Documentation

Open Issues

Feel free to contribute by submitting a Pull Request (PR).

Husky - Git Hooks