An open API service indexing awesome lists of open source software.

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

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
```