/PiPlayground

Play with your Raspberry Pi

Primary LanguagePythonMIT LicenseMIT

PiPlayground

Rest API and Frontend for playing with the Raspbery Pi

Usage

  • Install Docker on your Raspberry Pi
curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh
  • docker-compose up in the same directory as the project.
  • Access the API over localhost:1337
  • Access the frontend

API Documentation

TODO

Frontend

TODOs