GithubHelp home page GithubHelp logo

jinhyukparkk / spring-week1-assignment-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codesoom/spring-week1-assignment-1

1.0 0.0 0.0 1.39 MB

코드숨 스프링 1주차 과제 ToDo REST API 만들기

Java 83.78% JavaScript 16.22%

spring-week1-assignment-1's Introduction

ToDo REST API 만들기

과제 목표

Java를 이용해서 ToDo REST API를 만들어봅니다.

API

  • ToDo 목록 얻기 - GET /tasks
  • ToDo 상세 조회하기 - GET /tasks/{id}
  • ToDo 생성하기 - POST /tasks
  • ToDo 제목 수정하기 - PUT/PATCH /tasks/{id}
  • ToDo 삭제하기 - DELETE /tasks/{id}

요구 사항

  • 모든 API 테스트를 통과해야 합니다.

실행하기

./gradlew run

테스트

설치하기

$ cd tests
$ npm install

테스트 실행하기

테스트는 실제로 동작하는 서버에 테스트하므로 서버가 동작하고 있는 상태여야 올바르게 동작합니다.

$ npm run test

spring-week1-assignment-1's People

Stargazers

 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.