Giter Site home page Giter Site logo

blog-backend's Introduction

blog-backend

단위테스트

  1. User

    • [S] 계정생성 (/api/auth/register)
    • [S] 이메일 중복여부확인 (api/auth/exists/email/)
    • [S] 아이디 중복여부확인 (api/auth/exists/username/)
    • 계정정보 수정
    • 회원탈퇴
    • 비밀번호 변경
  2. 로그인

    • 토큰 생성.
      • 일반 토큰과 JWT와의 차이는 ?
  3. 로그아웃

    • 토큰만료처리
  4. Post

    • [S] 생성 (POST, /api/posts)
    • [S] 개별조회 (GET, /api/posts/id)
    • [S] 리스트조회 (GET, /api/posts)
    • 수정
  5. 타입스크립트 전환

    • 디버깅
    • 테스트 로직
    • 어떤 부분에 typescript를 적용할 수 있을지?
  6. 테스트로직 작성

  7. JWT

  8. SRR

  9. Build Process

    • Webpack
  10. mongoose 정리.

todo

  • mongoose
  • 설계를 어떻게 할것인가??
    • 로그인 기능
    • 사이드 바.
  • jwt secretkey가 있는데 왜 디코드가 되는지?

mongodb on max with blew

mongod --config /usr/local/etc/mongod.conf

blog-backend's People

Stargazers

Roman avatar

Watchers

James Cloos avatar Byeonggyu Cho 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.