Skip to content

Commit

Permalink
πŸš€ 였늘의 옷 1.0.0 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
2-seo authored Feb 28, 2022
2 parents 8f5c49d + 2a4d9c5 commit c0b8533
Show file tree
Hide file tree
Showing 474 changed files with 37,232 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ assignees: ''
# μ„œλ²„ 응닡
- μ„œλ²„ 응닡 κ²°κ³Όκ°€ μžˆλ‹€λ©΄ μž‘μ„±ν•©λ‹ˆλ‹€.
# μ„œλ²„ 둜그
- μ„œλ²„ 둜그λ₯Ό 확인할 수 μžˆλ‹€λ©΄ μ„œλ²„ 둜그λ₯Ό 첨뢀 λ°”λžλ‹ˆλ‹€.
- μ„œλ²„ 둜그λ₯Ό 확인할 수 μžˆλ‹€λ©΄ μ„œλ²„ 둜그λ₯Ό 첨뢀 λ°”λžλ‹ˆλ‹€.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ assignees: ''
---

# κΈ°λŠ₯ μ„€λͺ…
- [ ] κΈ°λŠ₯ 1
- [ ] κΈ°λŠ₯ 2
257 changes: 257 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,257 @@
### Android ###
# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Log/OS Files
*.log

# Android Studio generated files and folders
captures/
.externalNativeBuild/
.cxx/
*.apk
output.json

# IntelliJ
*.iml
.idea/

# Keystore files
*.jks
*.keystore

# Google Services (e.g. APIs or Firebase)
google-services.json

# Android Profiling
*.hprof

### Android Patch ###
gen-external-apklibs

# Replacement of .externalNativeBuild directories introduced
# with Android Studio 3.5.

### Eclipse ###
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
.settings/
.loadpath
.recommenders

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# PyDev specific (Python IDE for Eclipse)
*.pydevproject

# CDT-specific (C/C++ Development Tooling)
.cproject

# CDT- autotools
.autotools

# Java annotation processor (APT)
.factorypath

# PDT-specific (PHP Development Tools)
.buildpath

# sbteclipse plugin
.target

# Tern plugin
.tern-project

# TeXlipse plugin
.texlipse

# STS (Spring Tool Suite)
.springBeans

# Code Recommenders
.recommenders/

# Annotation Processing
.apt_generated/
.apt_generated_test/

# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet

# Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project

### Eclipse Patch ###
# Spring Boot Tooling
.sts4-cache/

### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# AWS User-specific
.idea/**/aws.xml

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# SonarLint plugin
.idea/sonarlint/

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721

# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr

# Sonarlint plugin
# https://plugins.jetbrains.com/plugin/7973-sonarlint
.idea/**/sonarlint/

# SonarQube Plugin
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
.idea/**/sonarIssues.xml

# Markdown Navigator plugin
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
.idea/**/markdown-navigator.xml
.idea/**/markdown-navigator-enh.xml
.idea/**/markdown-navigator/

# Cache file creation bug
# See https://youtrack.jetbrains.com/issue/JBR-2257
.idea/$CACHE_FILE$

# CodeStream plugin
# https://plugins.jetbrains.com/plugin/12206-codestream
.idea/codestream.xml

### Java ###
# Compiled class file
*.class

# Log file

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

### Kotlin ###
# Compiled class file

# Log file

# BlueJ files

# Mobile Tools for Java (J2ME)

# Package Files #

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml

/images/

application-jwt.yml
application-prod.yml
application-oauth.yml
application-mail.yml
application-aws.yml
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "my-closet-secret"]
path = my-closet-secret
url = https://github.com/today-clothes/my-closet-secret.git
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<p align="middle" >
<img width="200px;" src="https://user-images.githubusercontent.com/67419004/152739563-c05eefbf-ef4b-405a-a932-80e67075180c.png" alt="logo"/>
</p>
<h1 align="middle">였늘의 옷</h1>
<h3 align="middle">λ‚˜λ§Œμ˜ μŠ€νƒ€μΌ 아카이빙 μ„œλΉ„μŠ€</h3>
<br />

## Introduce

> μ™ΈμΆœν•  λ•Œλ§ˆλ‹€ μ–΄λ–€ μ˜·μ„ μž…μ„μ§€ 고민을 ν•©λ‹ˆλ‹€.
> 고민이 κΈΈμ–΄μ§ˆ 수둝, λ‚­λΉ„λ˜λŠ” μ‹œκ°„κ³Ό λ”λŸ¬μ›Œμ§€λŠ” 방은 ν•˜λ£¨μ˜ 기뢄을 λ§μΉ˜κΈ°λ„ ν•©λ‹ˆλ‹€.
>
> `였늘의 옷`은 μ—¬λŸ¬λΆ„μ˜ μŠ€νƒ€μΌμ„ μ•„μΉ΄μ΄λΉ™ν•˜κ³  결정을 λ•λŠ” μ„œλΉ„μŠ€μž…λ‹ˆλ‹€.
>
> μ˜·μ„ μ—¬λŸ¬ 번 κ°ˆμ•„μž…μ„ ν•„μš” 없이, μŠ€νƒ€μΌ λͺ©λ‘μ—μ„œ 였늘 μž…μ„ μ˜·μ„ 선택할 수 μžˆμŠ΅λ‹ˆλ‹€.
> λ˜ν•œ 이용자의 νŠΉμ§• 및 μ„ ν˜Έλ₯Ό λ°”νƒ•μœΌλ‘œ 검색 및 μΆ”μ²œ μ„œλΉ„μŠ€λ₯Ό μ œκ³΅ν•©λ‹ˆλ‹€.
## Members

| Backend & Frontend | Backend | Backend | Backend | Android | Product Designer | Designer |
| :-----------------------------------------------------------: | :---------------------------------------------------------: | :---------------------------------------------------------: | :--------------------------------------------------------: | :--------------------------------------------------------: | :--------------------------------------------------------: | :--------------------------------------------------------: |
| <img src="https://url.kr/zeou94" width=400px alt="μ΄μ„œν˜„"/> | <img src="https://url.kr/hmryp1" width=400px alt="κ°•μ„Έλ―Έ"/> | <img src="https://url.kr/b9soph" width=400px alt="이도원"/> | <img src="https://url.kr/c5beaw" width=400px alt="μž₯μ„Έλ²”"> | <img src="https://url.kr/fq1vuc" width=400px alt="ν—ˆμž¬μ˜"> | <img src="https://url.kr/zbnewc" width=400px alt="λ°•λ™κ·œ"> | <img src="https://url.kr/wohjtq" width=400px alt="λ°•μ˜ˆμ§„"> |
| [μ΄μ„œν˜„](https://github.com/harry-bro) | [κ°•μ„Έλ―Έ](https://github.com/semi-cloud) | [이도원](https://github.com/domo7304) | [μž₯μ„Έλ²”](https://github.com/Sehbeom) | [ν—ˆμž¬μ˜](https://github.com/jae-heo) | [λ°•λ™κ·œ](https://github.com/do-dong-park) | [λ°•μ˜ˆμ§„](https://www.instagram.com/kkong_bizii/) |

15 changes: 15 additions & 0 deletions android/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
1 change: 1 addition & 0 deletions android/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# μ•ˆλ“œλ‘œμ΄λ“œ
1 change: 1 addition & 0 deletions android/app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
Loading

0 comments on commit c0b8533

Please sign in to comment.