Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iiitv/getmein-web
Portal to get an invite to IIITV GitHub organization
https://github.com/iiitv/getmein-web
express-js github-api hacktoberfest iiitv invitation-system nodejs
Last synced: 7 days ago
JSON representation
Portal to get an invite to IIITV GitHub organization
- Host: GitHub
- URL: https://github.com/iiitv/getmein-web
- Owner: iiitv
- License: mit
- Created: 2018-09-15T06:26:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T20:18:41.000Z (3 months ago)
- Last Synced: 2024-12-10T21:40:34.584Z (15 days ago)
- Topics: express-js, github-api, hacktoberfest, iiitv, invitation-system, nodejs
- Language: JavaScript
- Homepage: https://getmeiniiitv.glitch.me/
- Size: 1010 KB
- Stars: 28
- Watchers: 13
- Forks: 44
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
getmein-web
Getting into IIITV Open Source Organization just got easier!
### How to Use
Go to http://getmeiniiitv.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](https://help.github.com/articles/publicizing-or-concealing-organization-membership/).
#### Next Steps
* Join us on [Slack](https://join.slack.com/t/iiitvadodara/shared_invite/zt-ftkwqm9w-VX00~iwfLLQjFFvObuggFQ).
* Add yourself to [`Members`](https://github.com/orgs/iiitv/teams/members) team if not already a member of it.
* Join the [team](https://github.com/orgs/iiitv/teams) for your batch (`batch-of-20XX`).
* Solve issues in [organisation's repositories](https://github.com/iiitv/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](https://github.com/orgs/iiitv/teams/outsiders) team.
### For contributors
[CONTRIBUTING.md](https://github.com/iiitv/getmein-web/blob/master/CONTRIBUTING.md)
#### To install the dependencies
```sh
npm install
```#### To start the local server
```sh
npm start
```#### Configuration
You can configure this application to use with your environment specified settings. Just copy these Environment variables to `.env` and make necessary changes.
Don't commit this `.env` file or remove it from `.gitignore` .#### Environment variables
| VAR | DESCRIPTION | VALUES | DEFAULT |
| ---------------------- | -------------------------------- | ------ | ------- |
| SECRET | Your GitHub Token | - | - |
| GMAIL_KEY | Gmail token for email | - | - |### Stargazers over timeπ
[![Stargazers over time](https://starchart.cc/iiitv/getmein-web.svg)](https://starchart.cc/iiitv/getmein-web)
Made With β€ By IIITV Coding Club