Ionic App (Android and iOS) with a 'Infrastructure-free' backend using Flask/Zappa/AWS
Do you find it hard to make menial decisions like 'What movie should I see?' or 'What type of food should I eat for dinner?' Do you ever find yourself thinking that you would be fine with doing/eating/watching anything, as long as somebody else chooses? With Dilemmas, you can have your friends decide these dilemmas for you, and help them make their decisions! You can also seek the wisdom of people who you don't know, and vise versa.
- Clone the git repository to your computer
- Create a MySQL Database either locally or remotely: https://www.mysql.com/
- In the 'backend' folder, create a file called '.env' and fill it with the following details:
DB_HOST='your.database.host'
DB_USERNAME='your.database.username'
DB_PASSWORD='your.database.password'
DB_NAME='your.database.name'
SECRET_KEY='your.secret.key'
BUCKET='your.s3.bucket'
- More instructions coming soon!
- NPM - Node Packet Manager
- Ionic Framework - Ionic Framework for multi-platform app development
- MySQL
This project is licensed under the MIT License - see the LICENSE.md file for details