Code Monkey home page Code Monkey logo

g-k_c_c_m's Introduction

프로젝트

PNU_OpenSW_CCM_Site

요구사항

  1. 백엔드 실행
  2. Docker 실행
  3. 프론트엔드 실행
  • Node.js >= 14
  • react
  • react-bootstrap
  • react-codemirror2
  • postgres 12.4
  • yarn
  • axios
  • draft-js
  • docker
  • react-draft-wysiwyg
  • draftjs-to-html
  • draft-js-plugins-editor
  • draft-js-mathjax-plugin

설치방법

  • Frontend :
  1. git clone -b code적용 https://github.com/ghqkd20/G-K_c_c_m.git
  2. cd G-K_c_c_m
  3. npm install
  4. npm start
  • Backend :
  1. git clone https://github.com/rudgns9334/ccm_server-DB.git
  2. cd ccm_server_DB
  3. yarn
  4. copy .env env
  5. yarn db:create
  6. yarn db:migrate
  7. yarn db:seed
  8. yarn dev
  • DataBase :
  1. docker pull postgres
  2. docker run -d -p 5432:5432 --name pgsql -e POSTGRES_PASSWORD=postgres postgres
  • OnlineJudge compile server : (for_judge branch 참조 )
  1. docker pull ghqkd20/onlinejudge:0.2
  2. docker run -d -p 3000:3000 ghqkd20/onlinejudge:0.2
  • docker 환경설정 원할시
    memory 설정 = > --memory=1g ,cpu설정 => --cpu-shares=2048 ex> docker run -d -p 3000:3000 --memory=1g ghqkd20/onlinejudge:0.2

테스트 환경

http:// localhost:3001/
http:// localhost:5000
http:// localhost:3000

참여인원

참고

라이센스

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.