Skip to content

Easily order a court or sport field with a Mobile App

License

Notifications You must be signed in to change notification settings

bryanfks-dev/Courtly

Repository files navigation

Courtly: Easily order a court or sport field

Courtly is an mobile app for sports field booking with an innovation to overcome traditional booking systems. By utilizing technology, users can make reservations for sports field facilities only through their smartphone gadgets without the need to come to the location or chat via WhatsApp. Courtly can also provide real-time field availability information, allowing users to choose the time they want, and can make payments directly with flexible and secure methods.

🚀 Key of Features

Courtly app includes several features, such as:

  1. Find Courts: Browse sports courts you want by types.
  2. Court Booking: Book sports courts quickly.
  3. Ratings & Reviews: Rate courts and players for a better experience.
  4. Flexible & Secure Payment: Order a sports courts with a single-tap and various secure payment.

🛠️ Technologies Used

💻 Local Development

Requirement(s):

  • Flutter
  • Android Studio (optional) / VSCode
  • Mobile phone emulator

Steps

Follow these steps to set up the project locally:

  1. Clone the repository:
git clone https://github.com/bryanfks-dev/Courtly.git
cd Courtly
  1. Install depedencies:
flutter pub get
  1. Configure configs:
cd lib/core/config

Set the backend server ip address and api version:

/// [baseUrl] is the base URL of the API server.
static const String baseUrl = '...';

/// [version] is the version of the API server.
/// [version] should always start with 'v' followed by the version number.
static const String version = 'v...';

Set the midtrans client key:

/// [clientKey] is the client key from Midtrans
static const String clientKey = "...";
  1. Start your emulator:

For AVD Emulator:

emulator -avd <avd_name>
  1. Start the app:
flutter run

📄 License

This project is licensed under the MIT License.

About

Easily order a court or sport field with a Mobile App

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published