Giter Site home page Giter Site logo

lots-for-all's Introduction

모두의 추첨 - 매번 하는 추첨, 기록하고 저장해보세요!

룰렛, 경마와 같은 긴장감 넘치는 뽑기 게임!

  • 자주 추첨을 해야 하는 친구들 목록을 저장하고 불러와서 빠르게 게임을 시작해보세요!
  • 어제 한 추첨 결과가 필요한데 기억나지 않는다구요? 추첨 기록을 보세요!
  • 추첨 기록 그대로 똑같은 추첨을 원클릭으로!

image image image

Developers

  • 강대호 (Frontend)
  • 장재원 (Frontend)
  • 권민성 (Backend)

Prerequistes

  • Node.js 16.x LTS

1. Clone

$ git clone https://github.com/Kangdyu/lots-for-all.git

2-1. Installation & Start (Frontend)

$ cd /frontend
$ npm install
$ npm run dev

2-2. Installation & Start (Backend)

$ cd /backend
$ npm install
$ npm run start:dev

2-3. DB Config Settings

backend 폴더에 ormconfig.json 생성 후 아래 내용 입력

// backend/ormconfig.json
{
  "development": {
    "port": 3000,
    "db": {
      "type": "mysql",
      "host": "호스트 네임",
      "port": 3306,
      "username": "유저 네임",
      "password": "비밀 번호",
      "database": "스키마",
      "entities": ["dist/**/*.entity{.ts,.js}"],
      "synchronize": true
    }
  }
}

서버 시작 후, http://localhost:3000 에 접속

Documentation


개발 언어

  • Node.js

Backend

FrontEnd

Copyright ⓒ 2021 성균관대학교 시스템컨설턴트그룹 All Right Reserved

lots-for-all's People

Contributors

jaychang99 avatar kangdyu avatar kweonminsung 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.