Giter VIP home page Giter VIP logo

teamproject001's Introduction

API 목록


1. 팀원조회

GET /

서버 동작 시 메인페이지로 이동


2. 상세 팀원조회

GET /members/<username>/details

Param ( username : String * 필수)


3. 팀원 추가 및 수정

POST /members/create/

   Body {
   id (Integer,primary_key=True)
   username String(100,nullable=False)
   image_url String(10000,nullable=False)
   mbti String(100,nullable=False)
   collabo_style String(100,nullable=False)
   advantage String(100,nullable=False)
   blog_url String(10000,nullable=False)
   }
  1. username으로 구별하여 기존에 username이 없으면 팀원 데이터를 추가

  2. username으로 구별하여 기존에 username이 있는 데이터면 기존 데이터를 수정


4. 팀원 삭제

POST /members/<username>/delete

Param ( username : String * 필수)



테스트


바탕화면


화면 캡처 2024-02-19 041148


팀원 생성 모달창


화면 캡처 2024-02-19 041306


팀원 클릭시


화면 캡처 2024-02-19 041233


DB


화면 캡처 2024-02-19 042616


teamproject001's People

Contributors

1489ehdghks avatar juunsik avatar jenhynn avatar jwtone avatar hy2min avatar

Watchers

 avatar

Forkers

hy2min

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.