Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themoment-team/onboarding-server
https://github.com/themoment-team/onboarding-server
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/themoment-team/onboarding-server
- Owner: themoment-team
- Created: 2024-06-04T11:14:02.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-20T09:20:34.000Z (5 months ago)
- Last Synced: 2024-06-21T11:27:45.991Z (5 months ago)
- Language: Java
- Size: 220 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Moment Onboarding
## CRUD 게시판
### Post
* ✅ 게시글 생성
* ✅ 모든 게시글 조회
* ✅ 특정 게시글 조회
* ✅ 게시글 수정
* ✅ 게시글 삭제
* ✅ 좋아요 누르기
* ✅ 좋아요 취소### User
* ✅ 회원 가입
* ✅ 특정 회원 정보 조회
* ✅ 회원 정보 수정
* ✅ 회원 탈퇴
* ✅ 로그인
* ✅ 로그아웃### Comment
* ✅ 댓글 조회
* ✅ 댓글 작성
* ✅ 댓글 삭제### CI/CD
* ✅ githubAction