pAditya198 / getmein-web

Portal to get an invite to IIITV GitHub organization

Home Page:https://getmein.glitch.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getmein-web

Getting into IIITV Open Source Organization just got easier!

How to Use :

Go to http://getmein.glitch.me to get invitations to join this GitHub organization and the Slack Workspace.

Previously, joining the IIITV Organization was a bit tedious - create an issue in the iiitv/getmein repository and wait for the invite.

Now, enter your GitHub username and E-mail ID, get in easily, and start contributing!

Show Yourself a part of IIITV:

Your GitHub profile won't show you as a part of IIITV's organization. To make your membership public, follow this article.

Next Steps:

  • Join us on Gitter.
  • Add yourself to Members team if not already a member of it.
  • Join the team for your batch (batch-of-20XX).
  • Solve issues in organisation's repositories.
  • Create your project and collaborate with others on Gitter Rooms and Slack Channels.

Do not belong to IIITV?

No problem, you are still welcome to our Outsiders team.

For contributors :

CONTRIBUTING.md

To install the dependencies :

$ npm install

To start the local server :

$ npm start

Configuration :

You can configure this application to use with your environment specified settings. Just copy these Environment variable to .env and make make necessary changes. Don't commit this .env file or remove it from .gitignore .

Environment variables :

VAR DESCRIPTION VALUES DEFAULT
EMAIL Organisation's Email - -
PASSWORD Organisation's Email Paasword - -
SECRET This is a secret key used for cryptographic actions - -
B13 Team ID of 2013 batch - -
B14 Team ID of 2014 batch - -
B15 Team ID of 2015 batch - -
B16 Team ID of 2016 batch - -
B17 Team ID of 2017 batch - -
B18 Team ID of 2018 batch - -
OUTS Team ID of outsiders - -
EMAIL_HOST Host for sending e-mail - 'smtp.gmail.com'
EMAIL_SECURE The environment true,false true
PORT The port that will be used by getmein server - 465
POOL The environment true,false true

Stargazers over time📈

Stargazers over time

Made With ❤ By IIITV Coding Club

About

Portal to get an invite to IIITV GitHub organization

https://getmein.glitch.me/

License:MIT License


Languages

Language:JavaScript 62.9%Language:HTML 24.2%Language:CSS 12.9%