Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 683 Bytes

File metadata and controls

16 lines (13 loc) · 683 Bytes

Waffel-push

Push notification service for WAFFEL-exercises

Waffel-push notification example

What

The website WAFFEL provides overview, submission management and feedback for university exercises. This tool checks every minute if the account it is configured with has new feedback and sends a push notification if that is the case.

Setup

  1. Install docker and docker-compose
  2. Create a pushsafer.com account
  3. Clone repository to your machine
  4. Rename .env.example to .env and enter your values:
    • Pushsafer private key
    • WAFFEL-Credentials
  5. Run docker-compose build && docker-compose up