A mobile app for discovering, photographing, and cataloging graffiti tags on the rear fenders of rental bikes.
docker-compose up -d --build # start PostgreSQL + API
curl http://localhost:5000/health # verify API is runningOptionally configure secrets first (cp .env.example .env), otherwise dev defaults are used.
To stop: docker-compose down
- API -- local development, environment variables, and endpoints
- Android App -- building and running
- Code Coverage Report -- backend test coverage