Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukevella/rallly
Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.
https://github.com/lukevella/rallly
i18next next-auth nextjs postgresql prisma react-email t3-stack tailwindcss trpc turborepo typescript zod
Last synced: about 18 hours ago
JSON representation
Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.
- Host: GitHub
- URL: https://github.com/lukevella/rallly
- Owner: lukevella
- License: agpl-3.0
- Created: 2015-01-27T17:01:38.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:54:03.000Z (about 1 month ago)
- Last Synced: 2024-10-29T15:09:33.965Z (about 1 month ago)
- Topics: i18next, next-auth, nextjs, postgresql, prisma, react-email, t3-stack, tailwindcss, trpc, turborepo, typescript, zod
- Language: TypeScript
- Homepage: https://rallly.co
- Size: 29.6 MB
- Stars: 3,619
- Watchers: 25
- Forks: 341
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-homelab - Rallly - source scheduling and collaboration tool designed to make organizing events and meetings easier. | (Apps / Calendar)
- awesome-repositories - lukevella/rallly - Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier. (TypeScript)
- awesome-codebases - Rally - Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier. (**Awesome Codebases** [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome))
- awesome-starred - lukevella/rallly - Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier. (others)
README
[![Actions Status](https://github.com/lukevella/rallly/workflows/CI/badge.svg?branch=main)](https://github.com/lukevella/rallly/actions)
[![Crowdin](https://badges.crowdin.net/rallly/localized.svg)](https://crowdin.com/project/rallly)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-orange.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![Discord](https://img.shields.io/badge/-Join%20Chat-7289DA?logo=discord&logoColor=white)](https://discord.gg/uzg4ZcHbuM)
[![Donate](https://img.shields.io/badge/-Donate%20with%20Paypal-white?logo=paypal)](https://www.paypal.com/donate/?hosted_button_id=7QXP2CUBLY88E)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](https://github.com/vercel/next.js/), [Prisma](https://github.com/prisma/prisma), [tRPC](https://github.com/trpc/trpc) & [TailwindCSS](https://github.com/tailwindlabs/tailwindcss)
## Self-hosting
Check out the [self-hosting docs](https://support.rallly.co/self-hosting) 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
```bash
git clone https://github.com/lukevella/rallly.git
cd rallly
```2. Install dependencies
```bash
yarn
```3. Setup environment variables
Create a `.env` file by copying `.env.development`. This will be were you can set your [configuration options](https://support.rallly.co/self-hosting/configuration-options).
```bash
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
```bash
yarn db:generate
```5. Setup database
You will need to have [Docker](https://docs.docker.com/get-docker/) installed and running to run the database using the provided docker-compose file.
To start the database, run:
```bash
yarn docker:up
```Next run the following command to setup the database:
```bash
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 data6. Start the Next.js server
```bash
yarn dev
```## Contributors
Please read our [contributing guide](CONTRIBUTING.md) to learn about how to contribute to this project.
### Translators 🌐
You can help translate Rallly to another language by following our [guide for translators](https://support.rallly.co/contribute/translations).
## License
Rallly is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. See [LICENSE](LICENSE) for more detail.
## Sponsors
Thank you to our sponsors for making this project possible.
[Become a sponsor →](https://github.com/sponsors/lukevella)
And thank you to these companies for sponsoring and showing support for this project.