Point tracking app for annual UVB pub crawl @ 5.1. Vaasankatu, Helsinki.
Built with node.js & React. Runs in Heroku. Built on top of React + Node Starter for Heroku.
- Login with Facebook
- Point tracking
- Live scoreboard
- Tests
- Admin view for schedule changes
- View for last logged points
- Use router for UI
For local dev create .env file and add these variables for FB login
CLIENT_ID
CLIENT_SECRET
Set YEAR for correct year, as app now supports multiple years (events).
Create local database & redis containers
cd docker
docker-compose up
Start both server and front with
npm run dev:server
npm run dev