LoginSignup
2
2

More than 1 year has passed since last update.

ランニングコスト0の書籍管理webアプリ! メイン

Last updated at Posted at 2022-03-20

ランニングコスト0の書籍管理webアプリを開発!(機能拡張中)

開発背景

本が大好き!

本買いすぎて持ってる本が把握できなくなってきた。。。

管理アプリ作るか!

てことで個人の所蔵の管理を目的に開発したものです。

利用技術・利用サービス

システム構成

システム構成図-概略図.jpg

基本構成はSPA(single page application)とAPIサーバです。
詳細な構成の紹介は各機能実装時にするとして、ここでは基本構成を紹介します。

  • クライアントサイド

    • Vueを利用したCSR(client side rendering)です。
    • 機能ごとにSPAとして実装します。
  • サーバサイド

    • GASをAPIサーバに見立て運用します。
    • スプレッドシートをDBに見立てて運用します。

機能

  • 機能共通の基盤(coming soon)
  • 書籍登録(coming soon)
  • 貸出(coming soon)
  • 返却(coming soon)
  • 棚移動(coming soon)
  • 棚卸(coming soon)
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2