Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…M_MEDI into #203/feature/juno/user_profile_image
  • Loading branch information
ho-sick99 committed Aug 22, 2023
2 parents 872c911 + 91535fa commit 033cfa0
Show file tree
Hide file tree
Showing 700 changed files with 28,420 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/
# lint/reports/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Medilenz는 사용자가 필요로 하는 의약품 정보를 검색하고, 사

## App Design Templates (Figma)

![image](https://github.com/pknu-wap/2023_1_WAP_APP_TEAM_MEDI/assets/116813010/6020601b-a74b-421f-af46-3b9b8d31e0d0)
![image](https://github.com/pknu-wap/2023_1_WAP_APP_TEAM_MEDI/assets/116813010/466463b2-b69e-40fe-bcb2-30685a4cf7c0)


<https://www.figma.com/file/wgaIpwcuWfSpy1SA52wiUt/%ED%99%94%EB%A9%B4?node-id=0%3A1&t=VEl3ZiT2Q5Cyp4ps-1>
3 changes: 3 additions & 0 deletions android/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions android/.idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions android/.idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions android/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 41 additions & 0 deletions android/.idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions android/.idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions android/.idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions android/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 65 additions & 0 deletions android/.idea/navEditor.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions android/apikey.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 이 파일은 .gitignore에 추가되어 있어서 git에 올라가지 않는다.
dataGoKrServiceKey=T2nJm9zlOA0Z7Dut%2BThT6Jp0Itn0zZw80AUP3uMdOWlZJR1gVPkx9p1t8etuSW1kWsSNrGGHKdxbwr1IUlt%2Baw%3D%3D
dataGoKrBaseUrl=https://apis.data.go.kr/1471000/
awsUrl=http://winocreative.synology.me:33000/
vertexEndpointUrl=https://us-central1-aiplatform.googleapis.com/v1/projects/balmy-nuance-380605/locations/us-central1/endpoints/1063583985826791424:predict
SIGNED_STORE_FILE=secretkey/medikey.jks
SIGNED_STORE_PASSWORD=pamspams1
SIGNED_KEY_ALIAS=medikey
SIGNED_KEY_PASSWORD=pamspams1
1 change: 1 addition & 0 deletions android/app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
5 changes: 5 additions & 0 deletions android/app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## App module

* ### 구성
* MainActivty
* Application class
Loading

0 comments on commit 033cfa0

Please sign in to comment.