From 8b408f72ed840566874e5140d9d30fa9a5b247f1 Mon Sep 17 00:00:00 2001 From: wlstmd Date: Tue, 16 Jul 2024 18:01:17 +0900 Subject: [PATCH] feat: README --- README.md | 77 +++++++------------------------------------------------ 1 file changed, 9 insertions(+), 68 deletions(-) diff --git a/README.md b/README.md index 8372941..600ec56 100644 --- a/README.md +++ b/README.md @@ -1,73 +1,14 @@ -

- Nest Logo -

+# Github Registrar V2 -[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 -[circleci-url]: https://circleci.com/gh/nestjs/nest +경소고 / 경소마고 깃허브 org 자동 초대기 -

A progressive Node.js framework for building efficient and scalable server-side applications.

-

-NPM Version -Package License -NPM Downloads -CircleCI -Coverage -Discord -Backers on Open Collective -Sponsors on Open Collective - - Support us - -

- +## 원리 -## Description +1. Github OAuth를 돌려 유저명을 알아낸다. +2. IP를 확인해 학교 IP가 아니면 쫓아낸다. +3. Github API를 돌려 해당 유저를 경소고 깃헙 org에 초대한다. +4. 초대 수락 페이지로 리다이렉트 시켜준다. -[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. +# CICD Pipeline (Github Actions) -## Installation - -```bash -$ yarn install -``` - -## Running the app - -```bash -# development -$ yarn run start - -# watch mode -$ yarn run start:dev - -# production mode -$ yarn run start:prod -``` - -## Test - -```bash -# unit tests -$ yarn run test - -# e2e tests -$ yarn run test:e2e - -# test coverage -$ yarn run test:cov -``` - -## Support - -Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support). - -## Stay in touch - -- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com) -- Website - [https://nestjs.com](https://nestjs.com/) -- Twitter - [@nestframework](https://twitter.com/nestframework) - -## License - -Nest is [MIT licensed](LICENSE). +아키텍처