https://github.com/rover0811/drugdiary
AI를 활용한 복약관리 캘린더 앱
https://github.com/rover0811/drugdiary
expo ocr-python react-native
Last synced: 6 months ago
JSON representation
AI를 활용한 복약관리 캘린더 앱
- Host: GitHub
- URL: https://github.com/rover0811/drugdiary
- Owner: rover0811
- Created: 2022-09-22T02:11:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T08:10:34.000Z (over 2 years ago)
- Last Synced: 2023-07-02T09:23:36.324Z (over 2 years ago)
- Topics: expo, ocr-python, react-native
- Language: JavaScript
- Homepage:
- Size: 16.8 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DrugDiary (AI를 활용한 복약관리 캘린더 앱)

| Name | Email |
| :----: | :----------------------: |
| 김현수 | rover0811@hotmail.com |
| 김선환 | rlatjsghks4647@naver.com |
| 조하운 | johaun12@naver.com |
| 김예훈 | rladpgns99@gmail.com |
### 어플리케이션(Android) 다운로드
[다운로드 링크](https://drive.google.com/file/d/1PP9SWLX1wBdryvR1gKrz-iyTfDyveJFY/view?usp=sharing)
### Installation (React Native)
- 리액트네이티브 모듈 설치
1. git clone https://github.com/rover0811/DrugDiary
1. Node.js 설치
- https://nodejs.org/ko/download/
- (Node.js 및 npm 버전 확인) $ node -v $ npm -v
2. npm 모듈 설치
- $ npm install -g react-native-cli yarn expo-cli
- expo login
3. 개인 핸드폰에 expo를 깔고 회원가입
4. 파일 다운로드한 컴퓨터 환경에서 $ expo login --username "아이디 이름"
5. 패스워드 입력
6. 실행
- expo start
### Commit Message
- [feat] 새로운 기능 추가
- [fix] 버그 수정, 기능 수정
- [docs] 문서 수정
- [refactor] 코드 리팩토링 (변수명 수정 등)
- [test] 테스트 코드, 리팩토링 테스트 코드 추가
- [style] 코드 스타일 변경, 코드 자체 변경이 없는 경우
- [remove] 파일 또는 코드, 리소스 제거
- [resource] 이미지 리소스, prefab 등의 코드와 상관없는 리소스 추가
예시 :
- [resource] 이미지 리소스, prefab 등의 코드와 상관없는 리소스 추가
- [feat] Add translation to missing strings
- [feat] Disable publishing
- [feat] Sort list context menu
- [fix] Fix typo in cleanup.sh file