innovationacademy-kr / 42seoul-info

42 Cadet 정보를 확인할 수 있는 프로젝트

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seoul42 Member Info

$ git clone https://github.com/innovationacademy-kr/42seoul-info
$ cd 42seoul-info
$ npm install
  • Register an app on 42 intra and set the redirect URI to http://localhost:4200/login/42/return.

  • Copy .env.sample to .env and edit CLIENT_ID and CLIENT_SECRET info.

  • Start the server.

$ npm run start

Testing

  • add test code in test/
  • node_modules/.bin/jest --watch

.env

  • START_ID: start point of id for batch/sync.js

이 문서의 저작권

이 문서는 CC0 (Public Domain, 크리에이티브 커먼즈 권리 포기)로 누구나 영리적인 목적을 포함한 어떤 목적으로든 그리고 어떤 방법으로든 마음대로 사용할 수 있습니다.

About

42 Cadet 정보를 확인할 수 있는 프로젝트


Languages

Language:JavaScript 88.1%Language:EJS 10.5%Language:CSS 1.4%