Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.49 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.49 KB

README : [ Project | For KAU ]

아직 완성되지 않았습니다!! (Still progressing!)


join-organization-web

Join this organization : https://join-kau.herokuapp.com/

This web app invites the typed-github-user who meet the conditions with github-api to the specified-github-organization.

E.g.)

  • Users with email matching rules.
  • etc.

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
... ... - -
GITHUB_ORGS_NAME Your github organization name - -
SECRET Your github (organization owner's) token - -
... ... - -

Example

...

GITHUB_ORGS_NAME=Korea-Aerospace-University
SECRET=abcdefg1234567812310abcedfasdf

...