# Spring fairy
**Repository Path**: pyoc/spring-fairy
## Basic Information
- **Project Name**: Spring fairy
- **Description**: In march, u and me
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2025-09-30
- **Last Updated**: 2025-09-30
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## About
Spring Fairy is a Mood Record Map App.
## Screenshots
## Getting Started
To compile SpringFairy from the source code, follow these steps:
1. Install Flutter [directly](https://flutter.dev) or using [fvm](https://fvm.app) (see [version required](.fvmrc))
3. Clone the `SpringFairy` repository
4. Run `cd springfairy` to enter the app directory
5. Run `flutter pub get` to download dependencies
6. Run `flutter run` to start the app
> [!NOTE]
> SpringFairy currently requires an older Flutter version (specified in [.fvmrc](.fvmrc))
> and thus build issues may be caused by a mismatch between the required and the (system-wide) installed Flutter version.
> After installing `fvm`, run `fvm flutter` instead of `flutter`.
## Building
### Android
```bash
flutter build apk
```
### Windows
```bash
flutter build windows
```
### Linux
```bash
flutter build linux
```
**AppImage**
```bash
appimage-builder --recipe AppImageBuilder.yml
```
## Server
SQL definde file in server/springfairy/src/main/migration.sql.
update database password in the file server/springfairy/src/main/application.properties.
use maven run Server.
## Other
The Spring Equinox