An open API service indexing awesome lists of open source software.

https://github.com/rover0811/drugdiary

AI를 활용한 복약관리 캘린더 앱
https://github.com/rover0811/drugdiary

expo ocr-python react-native

Last synced: 6 months ago
JSON representation

AI를 활용한 복약관리 캘린더 앱

Awesome Lists containing this project

README

          

# DrugDiary (AI를 활용한 복약관리 캘린더 앱)

![오픈소스 9조 매뉴얼](https://user-images.githubusercontent.com/84193252/206340743-764b398f-3c31-42c1-8c75-8f2b206a65f4.jpg)

| 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