Git Product home page Git Product logo

brewing-community's Introduction

Hit

👋 Hi

"프론트엔드 개발자로 나아가기 위해 열심히 공부중 입니다!"


🪄 Practice Stack


Etc

Solved.ac프로필

SOPLAY's GitHub stats

Top Langs

brewing-community's People

Contributors

soplay avatar

Watchers

 avatar

brewing-community's Issues

로그인 / 회원 가입 next-auth 설정

  • next-auth에서 prisma와 연동
  • credential(email/password)로그인/회원가입 로직중에서 password를 bcrypt를 활용해서 암호화 하여 DB에 저장 ( 해당 암호화 로직은 단방향 암호화 이므로 복호화가 불가능 -> 추후 비밀번호찾기에서 새로운 비밀번호를 생성하는 방향으로 진행해야 된다.)

Header / Footer 구현

  • header 에서 로그아웃 / 로그인,회원가입 기능은 client component로 구현이 필요함
  • fixed 스타일로 구현

커뮤니티 개사글 Prisma Schema 작성

Model Post Schema

  • 작성일 @createdat
  • 수정일 @updatedAt
  • 게시 상태 ( 작성중, 게시, 비공개 ) //비공개의 경우 추후 관라자에 의한 비공개만 존재할 예정
  • 제목
  • 게시판 이름
  • 본문
  • 이미지 리스트 -> 추후에 해당 개시글에서 사용되지 않은 이미지 버킷링크 제거용
  • 댓글 리스트 @relation comment

Model Comment Schema

  • 작성일 @createdat
  • 수정일 @updatedAt
  • 비공개 여부 -> 관리자의 설정 혹은 신고 접수
  • 작성자 정보
  • 대댓글 -> 추후 구현 예정

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.