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!
Your GitHub profile won't show you as a part of IIITV's organization. To make your membership public, follow this article.
- Join us on Gitter.
- Add yourself to
Membersteam 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.
No problem, you are still welcome to our Outsiders team.
$ npm install$ npm startYou 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 .
| VAR | DESCRIPTION | VALUES | DEFAULT |
|---|---|---|---|
| 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 |
Made With ❤ By IIITV Coding Club