Skip to main content

Choose Your Path

Select your role to get started with the right guide:

For Team Members

Step 1: Download the App

Download Auction Excellence from the iOS App Store on your iPhone or iPad.
Auction Excellence requires iOS 15.0 or later.

Step 2: Sign In

  1. Open the app and tap Sign In
  2. Enter your email and password provided by your administrator
  3. If this is your first time, you may be prompted to change your password

Step 3: Submit Your First Lot Count

  1. Tap the Lot Submissions tab
  2. Select your location from the dropdown
  3. Choose the submission type(s) you’re reporting
  4. Enter the vehicle count for each type
  5. Optionally add a photo by tapping the camera icon
  6. Tap Submit
Congratulations! You’ve submitted your first lot count.

For Administrators

Step 1: Access the Dashboard

Navigate to app.auctionexcellence.com in your web browser.
We recommend using Chrome, Safari, or Firefox for the best experience.

Step 2: Sign In

Use your administrator credentials to sign in. If you don’t have credentials, contact your super admin.

Step 3: Explore the Dashboard

1

View Analytics

Check the dashboard for real-time lot statistics and trends
2

Manage Users

Navigate to Users to add, edit, or deactivate team members
3

Configure Locations

Set up parking lot locations and assign users
4

Run Reports

Use the Reports module to generate custom analytics

For Developers

Step 1: Understand the Architecture

Auction Excellence is built on:
  • Supabase - PostgreSQL database with Row Level Security
  • React Native + Expo - Mobile application
  • Next.js - Admin dashboard
  • Edge Functions - Serverless backend logic

Architecture Overview

Deep dive into the technical architecture

Step 2: Set Up Your Environment

# Clone the repository
git clone https://github.com/jgwerner/auction-excellence.git

# Install dependencies
pnpm install

# Start the mobile app
cd mobile && pnpm start

# Start the admin dashboard
cd admin && pnpm dev

Step 3: Explore the API

Need Help?