# Made by honghyeong

Overview

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를 가진 사용자의 회원 탈퇴
You might also like...

Grabled Anti DDoS made with Javascript

Free Grabled Anti DDoS Free Grabled Anti DDoS made with Javascript Do not sell this Anti DDoS, because it is given for free! How to Use? Install NodeJ

Oct 21, 2021

This is Basic calculator. This is made up of HTML5,CSS and JAVASCRIPT.

titleBasicCalculator/title style @media screen and (max-width : 574px){ h2{ font-size: large; }} @media screen and (max-width : 430px){ h2{ font

Dec 22, 2021

A website made using ReactJS library which displays all the best selling books of 2021 and a feature to check them on amazon.

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

Dec 30, 2021

This project is a countdown system made with HTML, CSS and JavaScript, enjoy it! :)

This project is a countdown system that starts at 10 minutes made with HTML, CSS and JavaScript, enjoy it! 😄 You can check the project working on thi

Dec 25, 2021

Smart-face-detector - A face detector application made with React JS, Node JS, Express JS, and PostgreSQL.

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

Sep 24, 2022

Formfunctional2021 - This was my very last project of 2021 I just made more revisions to it so yeah enjoy!

FORM FUNCTIONAL 2021 Hello everyone! This project was inspired by the Traversy Media React Crash Course 2021! Basically, what I did was that I took th

Jan 2, 2022

Cardmatchinggamebyercan - A card-matching game made with Flutter.

card_matching_game_by_ercan A card-matching game. Working Demo: https://confident-austin-19dbd2.netlify.app Getting Started This project is a starting

Dec 14, 2022

Ios-calculator-js - Calculator made with vanilla javascript and custom css based on the design of iOS devices.

ios-calculator-js This is a practice project in which I try to replicate iOS calculator's both logic and styling. In case you spot room for improvemen

Nov 10, 2021

API server for AospExtended made with Fastify.

API server for AospExtended made with Fastify.

AospExtended API API server for AospExtended made with Fastify. Run Locally Clone the project git clone https://github.com/allstargaurav/aospextende

Oct 12, 2022
Comments
  • Assignment 3 : In-memory User API

    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를 가진 사용자의 회원 탈퇴|

    opened by honghyeong 0
  • 2022-2 devkor-backend-nest study

    2022-2 devkor-backend-nest study

    김한주 : https://github.com/hanjoo0211/devkor-backend-nest 장석원 : https://github.com/tjrdnjs1534/devkor-backend-nest 김상엽 : https://github.com/beoygnas/devkor-backend-nest

    참고 : https://github.com/honghyeong/study-nest

    documentation 
    opened by honghyeong 0
Owner
Seokmin Hong
90 degree growth curve developer
Seokmin Hong
A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox.

Solved by Flexbox A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox. View Site Viewing the

Philip Walton 13k Jan 2, 2023
Installing husky made easy as woof!

auto-husky Installing husky made easy as woof! ?? ?? Table of contents ?? Installation ?? Usage ?? Versioning ?? Installation You can install the pack

G.Script 24 Jun 28, 2022
a tunisian platform made to share knowledge. :dizzy:

⭐ tha9fni.tn a tunisian platform made to share knowledge. ?? What's tha9fni will be like? We're still tweaking the wireframes but this is How its goin

التوانسة إلي يحبوا البـرمجة 18 Nov 17, 2021
🥰 Mini world simulator is a terminal application made in JavaScript to control the world that is being generated.

Mini-world "Simulator" Mini world simulator is a terminal application made in JavaScript to control the world that is being generated. It has no other

Adrián 2 Mar 14, 2022
A complete COVID-19 tracker cum dashboard website made by me.

Covidview A detailed dashboard of live COVID-19 cases. Techs Used: React JS React Hooks and DOM Firebase WHO disease API Demo Video : covid.mp4 Workin

MAINAK CHAUDHURI 24 Dec 17, 2022
A nonsensical React application made (almost) entirely by GitHub Copilot

GitHub Copilot Demo This is a demo project for the GitHub Copilot project. The previous sentence was written by it! This is a (fairly ugly) timer app

Cassidy Williams 32 May 1, 2022
A lexical analyzer based on DFA that made by JS and supports multi-language extension

lexer 一个基于DFA法的支持多语言扩展的JS版开源词法分析器,快速了解与体验请查看线上网站 It is a lexical analyzer based on DFA that made by JS and supports multi-language extension. For quic

null 273 Dec 21, 2022
Algorithm visualizer made with React, Material UI and P5JS.

Made with React, P5JS and Material UI. Link https://andresrodriguez55.github.io/algorithmsVisualizer/#/ Description The purpose of doing this was to l

Andres Arturo Rodriguez Calderon 31 Nov 22, 2022
I made countdown birthday and fireworks animation using HTML Canvas, CSS, JS. The fireworks animation gonna come out once the countdown is finished or in other words, "Birthday Time".

Countdown-Birthday-Fireworks-Animation I made countdown birthday and fireworks animation using HTML Canvas, CSS, JS. The fireworks animation gonna com

Mahardika Bayu S.B 19 Dec 31, 2022