Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Uadj authored Oct 21, 2023
1 parent 7b6c70e commit 8b53d47
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# 게시판 예제

### 실행

* 프로젝트 경로에 .env 파일 생성
```
SPRING_DATASOURCE_USERNAME=root
SPRING_DATASOURCE_PASSWORD=1234
SPRING_PROFILES_ACTIVE=prod
KAKAO_OAUTH_CLIENT_ID =
KAKAO_OAUTH_CLIENT_SECRET =
```
* 터미널에서 컨테이너 실행
```
docker-compose up
```
http://localhost 로 접속
* http://localhost 로 접속

---

Expand Down

0 comments on commit 8b53d47

Please sign in to comment.