What is Intola?
Intola is an E-commerce mobile application for shopping, delivering and donating to people in need. It is written in Dart using Flutter, Google's multi-platform application framework.


Requirements
Ensure that Flutter is installed on your machine.
Environment variables: Create a
.envfile in the project'sclient/directory.Flutterwave public key for payments: This mobile application uses Flutterwave, to process payments (in test mode). You'll need a public key to process payments successfully.
Follow this guide to get your public key.
Add this line,
PUBLIC_KEY=<YOUR_FLUTTERWAVE_PUBLIC_KEY>, to the.envfile created in step 1.Run
flutter pub get
Server
The server powering Intola can be found here or in the project's server/ directory. It is written in Javascript using Node.js, Express.js and, Astra DB (Datastax's Cassandra Database-as-a-service).
Spotted a bug?
Feel free to file an issue or contact me.
Log in or sign up for Devpost to join the conversation.