Giter Site home page Giter Site logo

backend-study-course's Introduction

backend-study-course

  • Made by honghyeong

  • 수업 자료는 pdf-resource에 있습니다.

  • 각 수업 회차 내용은 PR에서 다루겠습니다.

Reference




😎 Dev Info 😎

User API

METHOD URI Params Body Description
GET /users 전체 사용자 조회
POST /users id, name, age, role 사용자 추가
GET /users/{id} id 사용자의 ID를 이용해서 특정 사용자 조회
PUT /users/{id} id age, role 특정한 ID를 가진 사용자의 정보를 body에 전달한 age와 role에 따라서 업데이트
DELETE /users/{id} id 특정한 ID를 가진 사용자의 회원 탈퇴

backend-study-course's People

Contributors

honghyeong avatar

Stargazers

sangyeob avatar 장석원 SeokWon Jang  avatar Shin, Jeongbin avatar  avatar Hanjoo Kim avatar Kunhee Kim avatar

Watchers

 avatar

backend-study-course's Issues

Assignment 3 : In-memory User API

User Entity

id : number;
name : string;
age : number;
role : number

API

METHOD URI Params Body Description
GET /users 전체 사용자 조회
POST /users id, name, age, role 사용자 추가
GET /users/{id} id 사용자의 ID를 이용해서 특정 사용자 조회
PUT /users/{id} id age, role 특정한 ID를 가진 사용자의 정보를 body에 전달한 age와 role에 따라서 업데이트
DELETE /users/{id} id 특정한 ID를 가진 사용자의 회원 탈퇴

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.