A toy project written for the webdev uni course at HWR Berlin using a react frontend and a golang stdlib backend communicating via rest-api.
An installation of docker with docker compose is required!
- Download code:
git clone https://github.com/mansf-osk/skate-tracker.git
- or alternatively download as .zip via the Github GUI and unzip with e.g. 7zip.
- Move to project root directory:
cd skate-tracker
- This should be the directory containing the
compose.yaml
file.
- Start up application:
docker compose up