Skip to content

Latest commit

 

History

History
83 lines (58 loc) · 1.37 KB

README.md

File metadata and controls

83 lines (58 loc) · 1.37 KB

Dongbang

About The Project

한양대학교 중앙동아리를 소개하고 가입 절차를 도와주는 서비스

주요 기능

일반

  • 로그인
  • 회원가입
  • 유저 정보수정
  • 동아리 정보 보기
  • 지원서 작성
  • 문의하기 (채팅)

동아리 운영진

  • 동아리 정보 작성, 수정
  • 지원서 양식 작성, 수정
  • 지원서 조회
  • 합격 알림
  • 답변하기 (채팅)

사용 기술

  • Frontend - React, Apollo, Styled Components, React Hooks
  • Backend - NodeJs, Apollo Server, GraphQL, Prisma1
  • DataBase - Prisma Demo Server

Getting Started

Prerequisites

이 프로젝트의 패키지들은 yarn을 통해 관리되고 있습니다.

  • yarn
    npm install -g yarn

Installation

  1. Clone the repo
    git clone https://github.com/HYDongBang/dongbang
  2. Install Yarn packages
    yarn
  3. Enter your Environment Variable in backend/src/.env
    PORT = 4000
    SENDGRID_USERNAME = ""
    SENDGRID_PASSWORD = ""
    JWT_SECRET = ""
  4. Run Server
    yarn dev

Contributing

  • Frontend - 심현아, 남민정
  • Backend - 이도현, 윤승권

Contact

Yoon Seung Gwon - [email protected]

Project Link: https://github.com/HYDongBang/dongbang