Skip to content

bryanfks-dev/Courtly-Vendor

Repository files navigation

Courtly Vendor: Easily order a court or sport field for vendor

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. Courtly Vendor is aim specificly for sports vendors.

🚀 Key of Features

Courtly Vendor app includes several features, such as:

  • Vendor Dashboard: View orders and track orders.
  • Customizeable Court System: Manage your own vendor courts, by creating, adding, updating, or deleting.
  • View Reviews: See what are people thinks about your courts.

🛠️ 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-Vendor.git
cd Courtly-Vendor
  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...';
  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 for vendor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •