Toggle navigation
Toggle navigation
This project
Loading...
Sign in
kykint
/
TELEGRAMBOT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
kykint
2019-06-05 02:04:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
07b7dc5f9ed0301c9122a67e7459ced77601be6f
07b7dc5f
1 parent
489c5c31
Update README regarding MongoDB
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
README.md
README.md
View file @
07b7dc5
...
...
@@ -2,3 +2,9 @@
최근 수정: 2018/12/01
<br>
추가기능 : 파파고 api를 이용한 카카오톡에서 전송한 사진 속 글자 인식및 번역
프로젝트 구동을 위해
[
MongoDB
](
https://www.mongodb.com/download-center/community
)
가 필요합니다.
다운받아 설치한 후, 필요하면 PATH에
`'설치 경로'/bin`
을 추가하고, 본 프로젝트 디렉토리에서 아래 명령어를 실행해주세요.
```
mongod --dbpath ./db
```
...
...
Please
register
or
login
to post a comment