Giter VIP home page Giter VIP logo

choirzion-demo's Introduction

교회 찬양대(성가대) 출석 관리 웹프로그램

이 프로젝트는 HTML5의 웹소켓을 이용하여 동시에 여러명이 출석체크를 진행할 수 있도록 설계되었습니다. Node.js, jQuery, AngularJS, Bootstrap 등의 프로그램들을 이용하였고, SPA(Single Page Application) 입니다.

데모

http://choirzion-demo.herokuapp.com/

설치

프로젝트 내려받기

> git clone https://github.com/yhzion/choirzion-demo.git
> cd choirzion-demo

Mysql 테이블 생성

직접 준비한 mysql에 접속해서 테이블 생성 스크립트 실행

[생성 파일위치]
choirzion-demo/db/mysql/create_database.sql

Mysql 접속정보 설정

[설정파일 위치]
/choirzion-demo/server/routes/index.js
[접속정보 설정 ]
 var db_config = {
	host     : 'us-cdbr-iron-east-03.cleardb.net',
	user     : 'b884ba11ab5f27',
	password : '42d453a9',
	database: "heroku_08834d64f8b1271"
};

의존 라이브러리 설치

npm install

어플리케이션 실행

npm start

어플리케이션 접속

http://localhost:8000/

Contact

For more information on choirzion-demo please email me. email : [email protected]

choirzion-demo's People

Contributors

yhzion avatar

Watchers

 avatar  avatar

Forkers

bluehope79

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.