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 1 year has passed since last update.

webアプリの実装

Posted at

連想力トレーニングwebアプリを作成してみました。

言葉を見聞きしたときに、別の言葉を思い浮かべる連想力は会話などで役に立ちます。
また、ボケに対してツッコミをする際にも連想力があるとキレが良いでしょう。
例えば、スベった人に対して、スベる→心が痛い→傷ができる→マキロンいっぱい必要なやつですよ!
のような感じで。
言葉から言葉を連想するトレーニングをwebで行えるように、webアプリケーショを実装しました。

環境など

開発言語はPython、フレームワークはDjangoを使用しました。
クラウド環境としてAWS-ec2にデプロイしました。
Class based Viewを基本として、最低限必要な機能のみを実装しました。

なお、今回の実装は以下の教材を元にして行いました。
・動かして学ぶPython開発入門第2版
・Udemy (Python + Django3 Djangoを基礎から応用まで、アプリケーション開発マスターpython付き)

webアプリの機能

・ログイン機能
・CRUDのうちCRD機能(データの更新は前提としていないので未実装)
・DBはPostgresql
・日毎に連想した単語数をグラフ化
・タイマー機能

使用した技術、知識

python
pycharm
Django(class based view)
git
postgresql
AWS(EC2)
Gunicorn
Nginx

完成

スクリーンショット 2022-05-09 11.14.56.png

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?