Giter Club home page Giter Club logo

when2meet's Introduction

This repo is archived (moved to a different infastrucure https://w2m.shenshen.mit.edu)

Key Features

  • ๐Ÿ“ฆ All features of when2meet.com.
  • ๐ŸŽŠ Modern interface offering clearer information display and quicker operations.
  • ๐Ÿ—’๏ธ Login with Google / Auth0 to automatically fill-in names and track all joined events.
  • ๐Ÿš€ Use join code to quickly join a event without typing the full link.
  • โฐ Full timezone support allows scheduling over multiple regions and tracking which timezone each participant is in.
  • ๐Ÿ”’ Have full control over your information, free and easy to delete anything you have created.

Tech Stack

  • create-t3-app
    • Next.js
    • TypeSript
    • NextAuth.js
    • Prisma.js
    • tRPC
    • tailwindcss
  • MySQL (not part of repository)

Development Guide

  1. Git clone the repository

    git clone https://github.com/ParachuteTeam/Parachute.git
    cd Parachute
  2. Install packages using pnpm [make sure you have pnpm installed]:

    The command will also generate prisma client. Run it again whenever you changed prisma.schema.

    pnpm install
  3. Create a .env file and make sure you have the required variables as shown in .env.example.

  4. Start the project for development:

    pnpm run dev
  5. If you want to test build (without HMR and with production behaviors), use:

    pnpm run build
    pnpm run start

Deployment

It is recommended to deply using Vercel, simply select Next.js project and fill-in all environment variables will do. Remember to also create a production-ready MySQL database for data persistence. Here is our deployed web Parachute.

Contributors

Made with contrib.rocks.

when2meet's People

Contributors

raymondwhz avatar shensquared avatar louisunlimited avatar haiyuezhang avatar pastezzz avatar

when2meet's Issues

kerberos login

callback broken.

not sure if it's coz next_auth OAuth provider doesn't have a state, or coz the oidc return jwt isn't been properly parsed.

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.