Skip to content

bamorim/expensify-qwen-code

Repository files navigation

Expensify

Expensify - Smart Expense Management

A modern, type-safe expense management system built with the T3 Stack.

Features

  • 🔒 Enterprise-grade authentication with WorkOS
  • 📊 Advanced policy management with rolling windows and group-based rules
  • 💼 Multi-organization support
  • ✨ Modern React UI with server components
  • 🔍 Type-safe from database to UI

Tech Stack

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/expensify.git
    cd expensify
  2. Install dependencies:

    pnpm install
  3. Set up your environment variables:

    cp .env.example .env

    Then edit .env with your database and WorkOS credentials

  4. Start the database:

    docker compose up -d
  5. Initialize the database:

    pnpm db:generate
    pnpm db:push
  6. Start the development server:

    pnpm dev

The app will be running at http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published