Code Monkey home page Code Monkey logo

good-night-hackathon-springboot's Introduction

레스토랑 리뷰 앱

안내사항

  • 본 레포지토리를 fork하여 과제를 수행하고, 완료시 PR을 보냅니다.
  • 과제의 소스코드는 본인의 GitHub 레포지토리에 Public으로 올려주세요.
  • 진행 간 문의사항은 이 레포지토리의 Issue로 등록해주세요.
  • 구현 내용은 README.md 하단에 이어서 작성해 주세요.

기본 요구사항

  • Spring Boot Framework를 활용하여 레스토랑 리뷰 앱을 구현합니다.
  • Spring Data JPA를 활용하여 구현합니다. 그 외의 라이브러리는 자유롭게 선택이 가능합니다.
  • 빌드 도구는 gradle를 사용해주세요.
  • 일관된 코딩 컨벤션을 유지해주세요. (camelCase)
  • REST API 규격을 맞춰주세요.
  • 기능 당 커밋은 필수입니다.

도메인

  • Restaurant
  • Review

기능

리뷰 목록 조회

  • 레스토랑 명, 리뷰 리스트를 내용을 반환합니다.
  • 리뷰 리스트는 등록 순이나 역순으로 조회할 수 있고 pagination을 지원하며, 리뷰 제목과 내용으로 검색할 수 있습니다.

리뷰 조회

  • 하나의 레스토랑명, 리뷰 제목, 리뷰 내용이 반환합니다.

리뷰 수정

  • 리뷰를 수정할 수 있습니다.

리뷰 작성

  • 리뷰에는 제목과 내용이 있습니다.

리뷰 삭제

  • 리뷰 삭제에서는 하나의 리뷰를 삭제합니다.
  • Hard Delete를 통해 데이터를 삭제합니다.

레스토랑 등록

  • 레스토랑에는 레스토랑명, 레스토랑 카테고리 (한식, 중식, 일식 등)의 내용이 있습니다.
  • 등록한 날짜를 기록해야 합니다.

레스토랑 수정

  • 레스토랑의 카테고리만 변경할 수 있습니다.

레스토랑 목록 조회

  • 레스토랑의 전체 목록을 조회할 수 있습니다.
  • 레스토랑 카테고리에 따른 레스토랑 목록 조회를 할 수 있습니다.

레스토랑 조회

  • 레스토랑 명, 카테고리, 음식점의 생성 일자가 반환 되어야 합니다.

레스토랑 삭제

  • 레스토랑의 삭제로 인하여 작성된 리뷰들이 삭제 되면 안됩니다. (Soft Delete)

기여해주신 분

good-night-hackathon-springboot's People

Contributors

0bver avatar

Stargazers

 avatar  avatar  avatar  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.