README.md 1.74 KB

Jaksimsamil

issue badge
fork badge
star badge
license badge

Project Overview

Jaksaimsamil PS Helper service

작심삼일 알고리즘 문제풀이 도우미 서비스

알고리즘 문제 풀이 스터디를 꾸준히 할 수 있게 돕는 웹 서비스입니다.

그림1

그림2

Features

  • 회원가입/로그인 제공
  • Online Judge 연동 가능 (Baekjoon)
  • 나의 학습 현황 한눈에 보기
  • 추천 문제 제공
  • Slack 알리미

Usages

  1. Using Slack Notify
  • Go []

Getting Started

  1. Clone
git clone https://github.com/FacerAin/OSS-Jaksimsamil.git
  1. Install MongoDB(Ubuntu)
sudo apt-get update
sudo apt-get install -y mongodb-org
sudo service mongod start
  1. Set Serverfile
cd Jaksimsamil-server
touch .env
---TYPE THIS IN FILE----
SERVER_PORT= ###
MONGO_URL= ###
JWT_SECRET= ###
  1. Start Node Server
cd Jaksimsamil-server
sudo npm install
node ./index.js #Start Server
  1. Set Front-end page
cd Jaksimsamil-server
sudo npm install
npm start #Start React

Contributing

컨트리뷰션은 언제나 환영입니다. 다음 절차를 지켜주세요!

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit our changes
  4. Push to Branch
  5. Open a Pull Request

License

  • MIT LICENCE