1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

転職活動管理アプリを作ろう①(導入)

Posted at

目的

 転職活動のステータス管理を Excel でやっているのですが、Mac と Windows それぞれでファイルを持ってしまっているため管理が煩雑になりました。
 マルチデバイスで管理し、かつ個人情報を自分がセキュリティレベルをコントロールできるところに配置したいと思い立ち、新規に(簡単に)作成することにしました。
(「Notion とか使えば?」という声は聞こえません)

欲しい機能

  1. ログイン
  2. 企業の応募ステータス管理
  3. Markdown によるメモ機能
  4. ノウハウを貯めておく Wiki
  5. (できれば)CSV 出力
  6. (できれば)CSV 取込

サイト要件

  • 動作環境
    • Linux
      • Amazon Linux か Heroku か別のホスティングかは未定
    • Chrome 最新版
      • その他のブラウザは知らない

技術要件

  • 言語 / フレームワーク
    • Java 11
    • Spring Boot 2.4
  • DB
    • MySQL
  • サーバ
    • Tomcat、Apache
  • バージョン管理
    • Git
  • コンテナ
    • docker
      • k8s は要検討

上記内容で進めていこうと思います。

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?