Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skyt-a/coopet

ペットでつながるSNS「coopet」です
https://github.com/skyt-a/coopet

Last synced: 13 days ago
JSON representation

ペットでつながるSNS「coopet」です

Awesome Lists containing this project

README

        

記事を書きました https://qiita.com/RinGoku/items/508ce957a3db2fb34fbb
## アプリケーション概要
ペットでつながるSNSサービス「Coopet」です。ペットの画像投稿とその画像へのコメントを通じて交流を図ります。

## アプリケーションの機能一覧
・ログイン機能(メールアドレス+パスワード、SNS(Google・Twitter)によるログインとテストユーザーログインが可能になっています)

・画像投稿機能

・画像閲覧機能

・コメント機能

## アプリケーション内で使用している技術一覧

### フロントエンド
- React
* Redux
* Material-UI
* redux-saga
* redux-logger

### サーバーサイド
- Firebase
* Authentication
* Database(Realtime Database)
+ ユーザー情報保存
* Storage
+ 画像保存

### テスト
- Jest + enzyme

### CI/CD
- Circle CI