Skip to content

Project by Group of 4, including me, Yao

Notifications You must be signed in to change notification settings

yaoxiao6/GTEvents

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile APP

  1. Follow the tutorial to setup Flutter installation Flutter Installation Tutorial

  2. Install dependencies of the project by running

    flutter pub get

    in /frontend subdirectory of the repo

  3. Open the project in the editor of your choice and run

  4. In this sprint, we will skip the login page. Click "Skip" to proceed.

  5. Click "+" to add an event. Slide to the left or right to delete an event.

  6. We only target mobile platform, while it runs on web / desktop. We only test and validate for mobile

Backend

Run ./gradlew -DDB_PASSWORD={yourDatabasePassword} -DDB_USERNAME={yourDatabaseUsername} -DDB_NAME={yourDatabaseName} -DIAM_KEY={yourIAMKey} -DIAM_KEY_SECRET={yourIAMKeySecret} bootRun

About

Project by Group of 4, including me, Yao

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 40.9%
  • Java 29.3%
  • C++ 8.5%
  • CMake 7.5%
  • JavaScript 6.3%
  • CSS 2.4%
  • Other 5.1%