Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
/ skhu-backend Public archive

성공회대 종합정보시스템 비공식 모바일 앱 API 서버(기존 Foressst)

Notifications You must be signed in to change notification settings

s-owl/skhu-backend

Repository files navigation

SKHU's - Backend

Node.js 기반의 본 백엔드는 Go 기반 백엔드로 대체되어 더이상 사용되지 않습니다.
새로운 Go 기반 백엔드 소스코드 저장소를 이용 바랍니다.
https://github.com/s-owl/skhus-backend

성공회대학교의 종합정보시스템과, 학내 소식을 모바일 환경에서 쉽게 받아볼 수 있게 해주는 앱, SKHU's 의 백엔드 소스코드 저장소 입니다. 기존 Foressst 앱의 리뉴얼 버전입니다. Node.js, Express.js, Puppeteer 등을 사용하여 개발되었습니다.

개발자/기여자(Developers/Contributors)

현재(Current)

  • 한영빈(201632034, [email protected])
    • 앱 개발, 백엔드 개발, 서버 관리, 프로젝트 총괄(2016.08 ~ 2018.09)
  • 김문수(201732004, [email protected])
    • 백엔드 개발, 서버 관리(2018.03~)
  • 조준서(201635039, [email protected])
    • 백엔드 개발(2018.09~)

이전(Former)

의존성(Dependencies)

package.json 참고

서버측 코드 실행 방법

직접 실행

  • nodejsnpm 을 설치합니다. 설치 방법은 nodejs.org 를 참고하세요.
  • 실행에 필요한 의존성을 설치합니다.
npm install
  • 서버측 코드를 실행합니다.
npm start
  • 중지하려면, 키보드에서 Crtl + C를 누릅니다.

저작권 안내(Copyrights Notice)

본 소프트웨어는 자유 소프트웨어 또는 오픈소스 소프트웨어가 아닙니다. 본 소프트웨어의 저작권은 프로젝트 개발자와 기여자 분들꼐 있습니다. 본 프로젝트의 소스코드가 GitHub 에 공개 되어 있는 것은, 개발자와 기여자 분들께서 본 프로젝트를 포트폴리오로 활용하실 수 있도록 하게 하기 위함입니다. 소스코드가 공개 되어 있으므로 이를 자유롭게 열람하는 것은 문제가 없습니다. 그러나 프로젝트의 저작물 일부를 본인의 저작물에 사용하고자 하거나, 본 프로젝트를 기반으로 2차 저작물을 생산하여 배포 하고자 하는 경우 본 프로젝트의 개발자 및 기여자와의 사전 협의가 필요합니다.

This software IS NOT A FREE SOFTWARE OR OPEN SOURCE SOFTWARE. All copyrights are reserved to developers and contributors of this project. The reason why source code of the project is public on GitHub is to let our developers and contributors to use this project on their portfolio. You can browse the source code freely since it's public on GitHub. But if you want to use some part of our works on your works or you want to produce and redistribute your own derivative work based on this project, You have to discuss it with developers and contributors of this project before doing that.