https://github.com/seunghwanly/minimarathon
Dongguk Univ. X Book Sharing Club (Brea Olinda HS) - 2020 HOPE SHARING RELAY
https://github.com/seunghwanly/minimarathon
firebase flutter mini-marathon
Last synced: 2 months ago
JSON representation
Dongguk Univ. X Book Sharing Club (Brea Olinda HS) - 2020 HOPE SHARING RELAY
- Host: GitHub
- URL: https://github.com/seunghwanly/minimarathon
- Owner: seunghwanly
- License: mit
- Created: 2020-11-11T11:43:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T02:57:40.000Z (about 5 years ago)
- Last Synced: 2023-03-10T04:05:59.969Z (over 3 years ago)
- Topics: firebase, flutter, mini-marathon
- Language: Dart
- Homepage:
- Size: 85.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hope Sharing Relay
Hope Sharing Relay - Book Sharing Club (Olnda HS, Brea. California) X Dongguk Univ.
Flutter X Firebase
Developers •
Key Features •
Description •
Download •
Screenshots •
Usage
## Developers
[이승환](https://github.com/seunghwanly), [박종하](https://github.com/jonghapark), [최정인](https://github.com/JungIn-Choi), [김규리](https://github.com/kyureekim), [이준영](https://github.com/jun991203)
## Key Features
* Firebase Authentication
* Firebase Realtime Database
* Background Location
## Description
* Hope Sharing Relay Application is a kind of marathon management platform that hosts a 5K mini-marathon. Individuals or groups can participate in the marathon after applying through the app, and the ranking can be calculated by calculating individual marathon records through the start and end of the mini-marathon. Participants can donate to an external donation platform only if they wish to.
**current donation link**
## Download
## Screenshots
### Relay
## Usage
For help getting started with Flutter, view the online [documentation](https://flutter.io/).
Need more information FlutterFire [documentation](https://firebase.flutter.dev/docs/overview).
### :bulb: Running the app locally
1. Clone this repository.
```terminal
$ git clone https://github.com/seunghwanly/minimarathon.git
```
2. Change directory.
```terminal
$ cd minimarathon/minimarathon
```
3. Get packages
```terminal
$ flutter packages get
```
4. Run the app
```terminal
$ flutter run
```