Giter Site home page Giter Site logo

fix-up-with-server's Introduction

환경 변수

  1. JWT_SECRET

서버 구조

database - prisma - graphql server - client
  • database 접근은 prisma 에서만 가능
  • prisma 접근은 graphql 서버에서만 가능
  • graphql server 접근은 어디에서나 가능
  • graphql server 접근 제어는 JWT 토큰 이용

todo

  • prisma
  • graphql server
  • graphql query test

data model

  • 주선자
  • 초대
  • 인재풀
  • 댓글
  • 채팅

graphql resolver

  • 회원 가입 (signup)
  • 로그인 (signin)
  • 회원 초대 (invite)
  • 주선자 정보 (User/info)
  • 인재풀 등록 (createSomeone)
  • 인재풀 수정 / 삭제 (updateSomeone)
  • 인재풀 리스트 (SomeoneList)
  • 인재풀 정보 (Someone/info)
  • 댓글 등록
  • 댓글 수정 / 삭제
  • 주산자 간 채팅 (chat)

fix-up-with-server's People

Contributors

ong-ar 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.