Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devxoul/graygram-ios
[40시간만에 Swift로 iOS 앱 만들기] 흑백 사진 전용 소셜 미디어 앱
https://github.com/devxoul/graygram-ios
app ios oss
Last synced: 7 days ago
JSON representation
[40시간만에 Swift로 iOS 앱 만들기] 흑백 사진 전용 소셜 미디어 앱
- Host: GitHub
- URL: https://github.com/devxoul/graygram-ios
- Owner: devxoul
- License: mit
- Created: 2017-02-07T08:33:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T07:44:36.000Z (over 7 years ago)
- Last Synced: 2024-10-14T13:49:59.264Z (20 days ago)
- Topics: app, ios, oss
- Language: Swift
- Homepage: https://www.graygram.com
- Size: 265 KB
- Stars: 182
- Watchers: 13
- Forks: 39
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graygram for iOS
[40시간만에 Swift로 iOS 앱 만들기](https://devxoul.gitbooks.io/ios-with-swift-in-40-hours/content/) 강의에서 예제로 함께 만들어 볼 소셜 미디어 애플리케이션입니다.
> ⚠️ 현재 백엔드 서버는 작동하지 않습니다. 매달 $7를 내야해서 강의중에만 켜둡니다.
> ⚠️ A server is down at this time. It costs $7 per month so I only run during my lecture.백엔드 코드는 [graygram-web](https://github.com/devxoul/graygram-web) 레파지토리를 참고해주세요.
## 테스트 계정
* ID: `test`
* PW: `test`## 개발 환경 설정
```console
$ pod install
```명령어를 실행한 후 Graygram.xcworkspace 파일을 열어서 빌드하실 수 있습니다.
## 라이센스
Graygram은 MIT 라이센스 하에 배포됩니다.