-
Follow the tutorial to setup Flutter installation Flutter Installation Tutorial
-
Install dependencies of the project by running
flutter pub get
in
/frontend
subdirectory of the repo -
Open the project in the editor of your choice and run
-
In this sprint, we will skip the login page. Click "Skip" to proceed.
-
Click "+" to add an event. Slide to the left or right to delete an event.
-
We only target mobile platform, while it runs on web / desktop. We only test and validate for mobile
Run ./gradlew -DDB_PASSWORD={yourDatabasePassword} -DDB_USERNAME={yourDatabaseUsername} -DDB_NAME={yourDatabaseName} -DIAM_KEY={yourIAMKey} -DIAM_KEY_SECRET={yourIAMKeySecret} bootRun