Git Product home page Git Product logo

assignment-manager's Introduction

온라인 과제 제출 서비스

설치 방법

Required :

  • Node.js LTS
  • Git
git clone https://github.com/110EIm/Online-Assignment-Manager
cd Online-Assignment-Manager
npm install

사용 방법

  1. config.js 파일 수정
module.exports = {
	secret: 'SECRET', // 쿠키 변조방지. 반드시 수정하셔야 합니다.
	name:`온라인 과제 제출 서비스`,
	devPort: 3000, // 개발용 포트
	port: 80, // production 포트
	dataFolder: 'database/' // 데이터를 저장할 폴더
};
  1. 실행
npm start

유저 데이터는 database/user 폴더에, 업로드한 파일 데이터는 database/file 폴더에 저장됩니다.

업데이트

실행 시 업데이트를 자동으로 수행합니다.

assignment-manager's People

Contributors

smnis avatar

Stargazers

 avatar

Watchers

 avatar

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.