Rest API and Frontend for playing with the Raspbery Pi
- 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
TODO
TODOs