Giter Site home page Giter Site logo

fe_momin's Introduction

5기 미니 프로젝트 1조

  • 팀명 : 모임의 민족 (momin)
  • 주제 : 모임을 하고자 하는 사람들 모이는

GitHub Repogitory

프로젝트 타임 테이블

  • 09 : 00 체크인 / 공유 및 수정사항에 대한 회의
  • 09 : 30 FrontEnd 작업현황과 오늘의 목표 공유, 전날 작업한 분량 Repo에 Push & Merge
  • 12 : 00 점심 식사
  • 13 : 00 FrontEnd 오전 진행상황 공유, Repo에 2차 Push & Merge
  • 18 : 00 저녁 식사
  • 19 : 00 FrontEnd 오후 진행상황 공유, Repo에 3차 Push & Merge
  • 23 : 00 FrontEnd 저녁 진행상황 공유, Repo에 4차 Push & Merge
  • 23 : 00 ~ 자유롭게 작업 및 휴식

📌 시연 연상

🔗회원가입 🔗로그인
회원가입 로그인
🔗사용영상 🔗모바일 최적화
사용영상 모바일 최적화

User API

기능 method url request response
로그인 POST /user/login { userId: String,password: String } { token:token, user: { token : String, userId : string, userName: string }}
회원가입 POST /user/signup { userId: String,userName:String, password: String, passwordConfirm: String } 없음

Main Page API

기능 method url request response
메인페이지 GET /post 없음 [ { userId: String, title: String,userName: String, createDate: String, deadLine: String, category: String, curMembers: Array, maxMembers: Number,contents: String},...]
카테고리별 검색 GET /post?category= 없음 [ { userId: String, title: String,userName: String, createDate: String, deadLine: String, category: String, curMembers: Array, maxMembers: Number,contents: String},...]

Post API

기능 method url request response
게시글 작성 POST /post { userId: String, title: String,userName: String, createDate: String, deadLine: String, category: String, curMembers: Array, maxMembers: Number,contents: String} 없음
게시글 수정 PATCH /post/modify/:postId { userId: String, title: String,userName: String, createDate: String, deadLine: String, category: String, curMembers: Array, maxMembers: Number,contents: String} ?
게시글 삭제 DELETE /post/delete/:postId 없음 없음
게시글 목록 GET /post/:postId 없음 { userId: String, title: String,userName: String, createDate: String, deadLine: String, category: String, curMembers: Array, maxMembers: Number,contents: String}

Comment API

기능 method url request response
댓글 작성 POST /comment/:postId { userId: String, userName: String, comment: String } 없음
댓글 수정 PATCH /comment/:commentId { userId: String, userName: String, comment: String } 없음
댓글 삭제 DELETE /comment/modify/:commentId 없음 없음
댓글 조회 GET /comment/:postId 없음 [ { commentId: Number, postId: String, userId: String, userName: String, comment: String },]

Join API

기능 method url request response
참여하기 POST /post/join/:postId { userName: String } 없음
참여취소 PATCH /post/join/:postId { userName: String } 없음

fe_momin's People

Contributors

borobong2 avatar mirigu avatar wkqkel 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.