Blog for bicycle tours displayed on a map
- Display tours stored in the backend in a map view
- Show details regarding the stage
- Show pictures for the stage (WIP)
To build without using docker compose
Frontend:
docker build -t cyclemap/frontend .
Backend:
./gradlew bootBuildImage --imageName=cyclemap/backend
Then upload the images to the server, edit the .env files so that it fits to your needs and run
docker-compose up
To upload tours to the backend you can use the Cylcemap-Android-Upload-Client. Once upload the tours will appear in the map.

