Solution to 2020 Paysafe Hackathon
Team: @veselink1 @insertmike @Dimitar Pavlovski
Built in 24 hours.
The goal of Androida Finance is to provide a solution to parents to keep their kids productive by giving them tasks associated with a coin reward set by their parents. When a task is completed the kids receive the coin reward of the task and it gets added to their coin balance. The еxchange rate of the in-game coin with the local currency of the family is determinated by the parents. The app help the kids experience the value of their work, save money and have positive attitude towards money while staying productive.
The team of Andromeda Finance have used Flutter on the front-end for cross-platform advantage and Python Flask + SQLite for back-end because it's easy to setup and mange as we had only 24 hours to deliver this solution.
- Navigate to /Backend and execute the following commands:
EXPORT FLASK_APP=main.py
flask run --port=8000
-
Ensure emulator is running
-
Navigate to /frontend and execute the following commands:
flutter run