Giter Club home page Giter Club logo

chat-example's Introduction

작업환경

  • node : v6.9.2
  • mysql : 5.7
  • 기타 - package.json 참조

1. database 생성

CREATE DATABASE `chatDB` DEFAULT CHARACTER SET = `utf8mb4`;

2. DB 설정파일 추가

  • 경로 : config/db.config.json
  • 내용 :
{
  "host": "DB 경로",
  "port": "DB port",
  "username": "DB 유저 ID",
  "password": "DB 유저 비밀번호",
  "database": "DB 명",
  "logging": true // sequelize query 로깅 옵션
}

3. Webpack 설치

npm install -g webpack

4. 실행

npm install
npm run build
npm start

내용

  • 회원가입 및 로그인 기능
  • 채팅기능

chat-example's People

Contributors

darrachequesne avatar rauchg 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.