Self-hostable doodle poll alternative. Find the best date for a meeting with your colleagues or friends without the back and forth emails.
Find a file
2024-10-21 09:43:59 +01:00
.github 🧑‍💻 Use sherif (#1400) 2024-10-19 13:17:01 +01:00
.vscode 🔧 Update vitest config for better vscode compatability (#1404) 2024-10-20 10:43:40 +00:00
apps 🐛 Fix can’t delete user with deleted polls (#1405) 2024-10-20 20:00:59 +00:00
assets/images 🐛 Fix readme images (#1292) 2024-09-03 10:50:42 +01:00
packages 🐛 Fix can’t delete user with deleted polls (#1405) 2024-10-20 20:00:59 +00:00
scripts ♻️ Switch to next-auth for handling authentication (#899) 2023-10-19 09:14:53 +01:00
.dockerignore ♻️ Switch to turborepo (#532) 2023-03-01 14:10:06 +00:00
.env.development New and Improved Screens (#1151) 2024-06-19 11:14:18 +01:00
.gitignore New and Improved Screens (#1151) 2024-06-19 11:14:18 +01:00
.nvmrc 🧑‍💻 Update to node 20 and add .nvmrc file (#1169) 2024-06-20 08:55:41 +01:00
.prettierrc 📦 Update and fix prettier config (#987) 2024-01-19 14:23:07 +07:00
CODE_OF_CONDUCT.md 📝 Add community governance docs 2023-03-24 09:31:40 +00:00
CONTRIBUTING.md 📝 Reorganize docs + add contributing guide (#687) 2023-05-03 10:08:04 +00:00
crowdin.yml 🔧 Add ci skip tag to crowdin commit messages 2024-09-02 19:45:57 +01:00
docker-compose.dev.yml Add support for uploading profile pictures (#1332) 2024-09-08 15:46:50 +01:00
docker-compose.yml 🐛 Removed database port number from docker-compose.yml DATABASE_URL (#1132) 2024-06-10 12:20:25 +01:00
LICENSE First public commit 2022-04-12 07:14:28 +01:00
package.json 🔖 Release 3.11.2 2024-10-21 09:43:59 +01:00
README.md 🐛 Fix readme images (#1292) 2024-09-03 10:50:42 +01:00
turbo.json Add support for uploading profile pictures (#1332) 2024-09-08 15:46:50 +01:00
vitest.workspace.ts 🔧 Update vitest config for better vscode compatability (#1404) 2024-10-20 10:43:40 +00:00
yarn.lock 🧑‍💻 Use sherif (#1400) 2024-10-19 13:17:01 +01:00

Rallly

Actions Status Crowdin License: AGPL v3 Discord Donate

Rallly

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

Self-hosting

Check out the self-hosting docs for more information on running your own instance of Rallly.

Local Installation

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

    yarn
    
  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

    yarn 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:

    yarn docker:up
    

    Next run the following command to setup the database:

    yarn 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

    yarn 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 translators.

License

Rallly is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. See LICENSE for more detail.

Sponsors

Thank you to our sponsors for making this project possible.

             

Become a sponsor →

And thank you to these companies for sponsoring and showing support for this project.

appwrite   Powered by Vercel   Ura Design

Digital Ocean   Sentry   Cloudron   Featurebase