Grad shape
Grad shape

Rallly

Booking and Scheduling

About this project

Rallly

Actions Status Crowdin License: AGPL v3 Discord Donate

Screenshot

Schedule group meetings with friends, colleagues and teams. Create meeting polls to find the best date and time to organize an event based on your participants' availability. Save time and avoid back-and-forth emails.

Built with Next.js, Prisma, tRPC & TailwindCSS

The following instructions are for running the project locally for development.

  1. Clone the repository and switch to the project directory

    git clone https://github.com/lukevella/rallly.git
    cd rallly
    
  2. Install dependencies

    pnpm install
    
  3. Setup environment variables

    Create a .env file by copying .env.development. This will be were you can set your configuration options.

    cp .env.development .env
    

    Note: .env.development is preconfigured with default values for development. You can leave these as is for local development.

  4. Generate Prisma client

    pnpm db:generate
    
  5. Setup database

    You will need to have Docker installed and running to run the database using the provided docker-compose file.

    To start the database, run:

    pnpm docker:up
    

    Next run the following command to setup the database:

    pnpm db:reset
    

    This will:

    • delete the existing database (if it exists)
    • run migrations to create a new database schema
    • seed the database with test users and random data
  6. Start the Next.js server

    pnpm dev
    

Contributors

Please read our contributing guide to learn about how to contribute to this project.

Translators 🌐

You can help translate Rallly to another language by following our [guide for translat

Technologies & License
AGPL-3.0 Node.js Docker
Quick Deploy

Deploy this project to cloud platforms with one click