Skip to content

기술 스택

Logqwerty edited this page Nov 8, 2019 · 3 revisions

기술 스택

UI Prototype

  • Figma

FrontEnd

  • Javascript
  • React
    • 상태관리는 Context & Hooks API를 사용한다.
    • 추후 바뀔 가능성 있음.
    • create-react-app으로 생성
  • Storybook

Backend

  • Javascript
  • Node & Express
  • GraphQL
  • Redis
  • MySQL
  • ORM
    • Sequelize

환경

  • NCloud (Ubuntu)
  • Docker
  • Nginx

Deploy

  • Docker-compose
  • Shell Script을 통한 배포

Test

  • Jest
  • Supertest
  • E2E Test
    • TestCafe or Nightwatch(selenium) => 추후 결정
  • Stress Test
    • Ngrinder or Apache JMeter => 추후 결정
Clone this wiki locally