Giter Club home page Giter Club logo

node-board's Introduction

Node-board

Node-board
β”œβ”€β”€ README.md
β”œβ”€β”€ client
β”œβ”€β”€ replication
└── server
  1. Client(Read λΆ€λΆ„λ§Œ κ΅¬ν˜„)

    • 검색, κ²Œμ‹œκΈ€ λͺ©λ‘, λŒ“κΈ€ 쑰회

    image

    • μ‹€ν–‰ 방법
    $ cd client
    $ npm run start
    
  2. Server

    • ꡬ쑰
    server
    β”œβ”€β”€ README.md
    β”œβ”€β”€ common
    β”‚   β”œβ”€β”€ database - pool κ΄€λ ¨ μ„€μ • 및 query μ‹€ν–‰ λΆ€λΆ„
    β”‚   β”œβ”€β”€ error    - errorHandler
    β”‚   └── handler  - middlewares
    β”œβ”€β”€ config
    β”‚   β”œβ”€β”€ cache.js    - node-cache
    β”‚   β”œβ”€β”€ express.js  - express κ΄€λ ¨ 정보
    β”‚   β”œβ”€β”€ jwtMiddleware.js    - jwt 토큰
    β”‚   β”œβ”€β”€ keyfiles    - http2
    β”‚   β”œβ”€β”€ response
    β”‚   └── winston.js  - logger(μ‚¬μš© X)
    β”œβ”€β”€ index.js
    β”œβ”€β”€ package-lock.json
    β”œβ”€β”€ package.json
    β”œβ”€β”€ src
    β”‚   β”œβ”€β”€ Post
    β”‚   └── User
    └── test
        └── test.js     - test code
    
    • μ‹€ν–‰ 방법
    $ cd server
    $ npm run start
    
    # test code(mocha)
    $ npm run test
    
  3. Replication(docker μ‚¬μš©)

    • μ‹€ν–‰ 방법
    $ cd replication
    $ ./build.sh
    

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.