hackerthon1-ministory

서비스 간단 소개

MINISTORY

나만의 게시글을 올릴 수있는 게시글 사이트 만들기

기능 소개

  • 나만의 페이지에, 나만의 카테고리를 만들어, 나만의 게시글을 작성할 수 있다.
  • 댓글, 좋아요, 스크랩을 할 수 있다.

기술 스택

  • frontend

    • thymeleaf
    • jquery
  • backend

    • Java 11
    • Spring Boot
    • Spring Data JPA
  • DB

    • MySQL

ERD

ERD image

기능 명세서

ministory 기능 명세서

화면 설계

피그마

API 문서

로컬에서 서버 돌리시고 http://localhost:8080/swagger-ui.html 로 들어가시면 확인할 수 있습니다.

서비스 화면

서비스 메인 페이지 내 블로그 메인 페이지
image image
http://localhost:8080/post/mainPage http://localhost:8080/post/myBlog/1
마이 페이지 회원가입 페이지
image image
http://localhost:8080/api/user/mypage http://localhost:8080/api/user/signup
포스트 작성 페이지 포스트 상세 페이지
image image
http://localhost:8080/post/write http://localhost:8080/post/view/1
좋아요 모아보기 페이지 스크랩 모아보기 페이지
image image
http://localhost:8080/api/like/myLikes http://localhost:8080/api/scrap/myScraps