自分用に備忘録になります。Flaskからmysqlを動かそうとしている方には参考になるかもしれません。 前準備 venvで仮想環境を作成し、必要なモジュールをインストールしておきます。 今回使用したのは以下のモジュールです。 今回は以下のような構成になっ ...
最近, 「AI駆動」「バイブコーディング」と言った言葉が流行り、プログラミングを始める人が多いと思います。 どんどんアプリ開発が楽になり、個人生産性向上に繋げたいと思っている人も多いでしょう。 しかしここで落とし穴にハマるのが 業務効率化 ...
In this series of lessons we will be learning how to build a Fully Featured web application using the Flask framework and python. Flask is a micro framework that makes it very enjoyable to work with ...
Next go to the inside of the above directory and create two separate directories – app and db. Now create an SQL file under db directory using command sudo vi user.sql and use the following content ...