Code Monkey home page Code Monkey logo

swjungle-week13-express's Introduction

SW사관학교 정글7기 week13

나만의 무기 만들기 이전에 기술스택(express)을 공부하기 위한 리포지토리 입니다.

기간: 2023-10-31 ~ 2023-11-06

발표자료: https://docs.google.com/presentation/d/1dsxlSUGtTbB3zaoZUslxDPyzB5-f8MoMvkUEywTTE1k/edit#slide=id.g297f6b02e65_0_1

url: http://yousayrun.store

JSON formatter: https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa/related

// 게시물 등록
{
  "title": "[02] TOPGUN",
  "author": "c4fiber",
  "content": "You've been call back to TOPGUN",
  "password": 1234
}

// 게시물 등록 without 비밀번호
{
  "title": "testing 1231",
  "author": "c4fiber",
  "content": "good day to die!"
}

// 게시물 전부 조회

// 게시물 수정
{
  "title": "testing 111",
  "author": "c4fiber",
  "content": "testing 1 changed to testing 111",
  "password": 1234
}

// 게시물 삭제
{
  "password": "1234"
}

// 댓글 추가
{
  "post_id": "6545fab8fdb1adc038d97574",
  "author": "commenter 3",
  "content": "대충 응원한다는 이야기"
}

// 특정 게시물의 모든 comment 가져오기



swjungle-week13-express's People

Contributors

c4fiber avatar

Watchers

 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.