Git Product home page Git Product logo

survey-next's Introduction

Demo

개발 서버

Vercel 데모 (개발 서버 반영전, 속도 느림)

서버

  • aws linux 2
  • nginx
  • node.js
  • pm2
  • MySql

DB

접속에는 환경변수 설정이 필요

개요

설문 또는 질문작성가능 웹앱

기술 스택

  • Node.js API Server on Next.js
  • React.js (on Next.js)
  • React Hooks
  • Typescript
  • Scss (Sass)
  • MySql
  • EsLint (예정)
  • etc..

개발환경 구축 및 테스트

패키지 관리에는 yarn을 이용하며 next.js를 이용해 서버사이드 react를 제공

순수 React였던 survey-proto 리포지토리 소스를 next.js화 시킨 후 hard push - 21/4/30

  • 의존라이브러리 설치 (yarn이 설치 되어있어야함)
yarn
  • 디버그 모드에서 실행
yarn dev
  • 빌드
yarn build
  • 서브 (실행)
yarn start

StyleSheet

style/styls.scss 파일에 개별파일 import해서 이용

//globals.scss
@import "globals"; //import _globals.scss
@import "keyframes"; // import _keyframes.scss
@import "app"; // import _app.scss

구현목표 기능

일반

  • 메인페이지
  • 이용방법 페이지
  • 다국어화
  • 유료 광고

백엔드

  • 도메인 취득
  • 서버 구축
  • 데이터 베이스 구축
  • 데이터베이스 테이블 작성

다국어화

  • 기본 시스템 설계
  • 기본 시스템 다국어 대응

등록 분야

  • 설문 작성
  • 주관식형 질문
  • 단수선택형 질문
  • 복수선택형 질문
  • OX퀴즈형 질문
  • 조건분기형 질문

응답 분야

  • 설문 표시
  • 주관식형 질문
  • 단수선택형 질문
  • 복수선택형 질문
  • OX퀴즈형 질문
  • 조건분기형 질문

과제 및 목표

  • 인증 정보 없을 경우 리다이렉트를 어떻게 할지
  • 인증을 어떻게 할건지
  • api 헤더에 무엇을 위해 뭘 담을지
  • 역할분담을 어떡할지

survey-next's People

Contributors

laptise avatar kr98gyeongim 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.