Giter VIP home page Giter VIP logo

photo_sns's Introduction

画像共有サービス

使用例

概要

このサービスは開発中です少なくともTLS/SSLへの対応後に使用してください
撮影した写真を共有するためのサービス

アーキテクチャ

このシステムは以下の要素から構成されている。 アーキテクチャ

設計の意図

ネットワークのセキュリティは境界モデルを採用し、フロントとバック2つに分割した。
実際に外部からアクセスできるのはリバースプロキシであるNginxを通してのみ。
重たい画像が投稿された際、すぐさまにレスポンスを返すため、一旦キューに追加し、非同期的に処理を行う設計とした。

DBテーブル

DBのERDは以下のようである。 ERD

設計の意図

PostImageを結合させず1対多にしたのは、今後複数枚の画像の投稿や動画など他のコンテンツの投稿も受け付けるようにするためである。

使用法

docker-compose upでインスタンスを立ち上げlocalhost:12000にアクセス

TODO

  • TLS/SSLの対応
  • 依存パッケージのバージョン指定
  • エラーページの実装
  • ロギング及びログの集約
  • 複数枚の画像
  • 動画の投稿

photo_sns's People

Contributors

asy123 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.