-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0 릴리즈에 맞춰 프론트 페이지 역할을 하는 `README.md`를 본 프로젝트를 안내해주는 적절한 내용과 양식으로 업데이트한다.
- Loading branch information
Showing
1 changed file
with
64 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,64 @@ | ||
# fastcampus-project-board-admin | ||
# 어드민 서비스 - 패스트캠퍼스, 10개 프로젝트로 완성하는 백엔드 웹개발 | ||
|
||
[![GitKraken shield](https://img.shields.io/badge/GitKraken-Legendary%20Git%20Tools-teal?style=plastic&logo=gitkraken)](http://gitkraken.link/uno) | ||
|
||
게시판 서비스의 관리 도구를 개발해보는 프로젝트입니다. 2022년 6월 기준 가장 최신의 스프링 부트와 관련 기술들, 자바 17 기능들, 개발 도구들을 경험할 수 있도록 만들어졌습니다. | ||
|
||
이 서비스는 [패스트캠퍼스](https://fastcampus.co.kr/)의 [10개 프로젝트로 완성하는 백엔드 웹개발(Java/Spring) 초격차 패키지 Online](https://fastcampus.co.kr/dev_online_befinal) 강의의 강의용 프로젝트로 사용되었습니다. | ||
|
||
## 개발 환경 | ||
|
||
* Intellij IDEA Ultimate 2022.2.1 ~ 2022.3.3 | ||
* Java 17 | ||
* Gradle 7.4.1 | ||
* Spring Boot 2.7.0 | ||
|
||
## 기술 세부 스택 | ||
|
||
Spring Boot | ||
|
||
* Spring Boot Actuator | ||
* Spring Web | ||
* Spring Data JPA | ||
* Thymeleaf | ||
* Spring Security | ||
* Spring Security OAuth 2 Client | ||
* H2 Database | ||
* MySQL Driver | ||
* Lombok | ||
* Spring Boot DevTools | ||
* Spring Configuration Processor | ||
|
||
그 외 | ||
|
||
* AdminLTE 3.2 | ||
* webjars-locator-core | ||
* sockjs-client | ||
* stomp-websocket | ||
* Heroku | ||
|
||
## 데모 페이지 | ||
|
||
비용 절감을 위해 클라우드 서버가 자동 슬립 모드로 설정되어 있습니다. 링크를 클릭하면 서비스가 깨어납니다. 따라서 첫번째 클릭 반응이 15초 이상으로 다소 늦을 수 있습니다. | ||
이후에는 비교적 원활하게 서비스를 구경하실 수 있습니다. | ||
|
||
* (작성 중) | ||
|
||
## 강의 찾아가기 | ||
|
||
어드민 서비스는 강의와 공부 목적으로 만들어진 프로젝트입니다. | ||
따라서 강의의 어떤 시점으로든 코드를 찾아가서 쉽게 관찰할 수 있도록 되어 있습니다. | ||
특정 강의 시점의 소스코드를 좀 더 편리하게 확인하고 싶다면 릴리즈 탭을 확인해 보세요. | ||
|
||
* https://github.com/djkeh/fastcampus-project-board-admin/releases | ||
|
||
## 질문, 건의 | ||
|
||
프로젝트에 관해 궁금하신 점이나 건의 사항이 있으시다면 아래 항목을 이용해 주세요. | ||
|
||
* 질문: https://fastcampus.co.kr/qna/211368/1 | ||
* 버그 리포트, 제안 사항: https://github.com/djkeh/fastcampus-project-board-admin/issues | ||
|
||
## Reference | ||
|
||
* 게시판 서비스: https://github.com/djkeh/fastcampus-project-board |