Coder Social home page Coder Social logo

safouene1 / rallly Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lukevella/rallly

1.0 1.0 0.0 10.64 MB

Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.

Home Page: https://rallly.co

License: GNU Affero General Public License v3.0

Shell 0.29% JavaScript 1.01% TypeScript 96.75% CSS 1.27% PLpgSQL 0.34% Dockerfile 0.33%

rallly's Introduction

Rallly

Actions Status Crowdin License: AGPL v3 Discord Donate

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

Rallly

Self-hosting

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

Running locally

Clone this repo and change directory to the root of the repository.

git clone https://github.com/lukevella/rallly.git
cd rallly

Copy the sample .env file then open it and set the variables.

cp sample.env .env

See configuration to see what parameters are available.

Install dependencies

yarn

Next, run the following command:

yarn db:generate && yarn db:reset

This will:

  • generate the prisma database client
  • run migrations to create the database schema
  • seed the database with some random data

Start the Next.js server

# For development
yarn dev
# For production
yarn build
yarn start

Configuration Options

The app can be configured with the following environment variables.

Environment Variable Default Description
AUTH_REQUIRED false Set to true to require authentication for creating new polls and accessing admin pages
ALLOWED_EMAILS Comma separated list of email addresses that are allowed to register and login. Wildcard characters are supported. Example: *@yourcompany.com
DISABLE_LANDING_PAGE false Whether or not to disable the landing page
NEXT_PUBLIC_BASE_URL http://localhost:3000 The base url where this instance is accessible, including the scheme (eg. http:// or https://), the domain name, and optionally a port.
SECRET_PASSWORD A random 32-character secret key used to encrypt user sessions
SMTP_HOST localhost The host address of your SMTP server
SMTP_PORT 25 or 465 The port of your SMTP server
SMTP_SECURE false Set to "true" if SSL is enabled for your SMTP connection
SMTP_USER The username (if auth is enabled on your SMTP server)
SMTP_PWD The password (if auth is enabled on your SMTP server)

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 thanks to these companies for providing their services to host and run rallly.co.

Powered by Vercel     Digital Ocean     Sentry

rallly's People

Contributors

lukevella avatar snyk-bot avatar jonas-hoebenreich avatar dependabot[bot] avatar mattprecious avatar peterlewis avatar dangersohn avatar thezoker avatar gramakri avatar handotdev avatar larshaalck avatar m3nu avatar mark-pitblado avatar samsapti avatar scottwallacesh avatar osresearch avatar

Stargazers

Amin Boulouma avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.