a realtime app for fcs orienteering with chat.
- Each member has an unique account! (login through QR code: http://${url}/login/${uid})
- Find the location of the picture in the card to be able to answer the question!
- Correctly answering a question will earn your team points and unlock new cards!
- The scoreboard will be locked at the second half of the game, and the scores earned by each team be revealed one by one in the end.
- Feel free to chat in the chatroom!
- Pay attention to announcements! There may be clues inside!
- Main Page
- Question Cards
- Chatroom
build client in ./client if you need:
npm run build
- Download docker and docker-compose
- Go to the root folder and run:
sudo docker-compose up -d
- Initialize and import data to db with "mongo_import.sh" in ./dataset:
./dataset/mongo_import.sh 27018
- That's all it!