こんにちは、けんにぃです。ナビタイムジャパンで公共交通の時刻表を使ったサービス開発やリリースフローの改善を担当しています。 今回は Python 製の Web フレームワークとして FastAPI を導入した話をしようと思います。 Python 製の Web フレームワーク Python ...
This repository is designed as a template for anyone who wishes to build full-stack applications using FastAPI for the backend, React for the frontend, SQLite for the database, and Docker for ...
「APIを迅速に開発し、高性能を求める場合」はFastAPIが、 「シンプルなWebアプリケーションの開発やプラグインを多用する柔軟性を求める場合」はFlaskが適している。 FastAPIとFlaskの違い ※このGPTsで作成しました。 成熟度: Flaskは2004年にリリースされ、長い ...
昨今、多くの企業が自社のWebサービスにGoogleやFacebookなどのソーシャルログインを採用するなど、他社のサービスを取り込むことの需要が増えています。しかし、他社のサービスを取り込む課題として、異なるサービス間でのデータの整合性を保ちつつ ...
The application allows users to enter the name of a Star Wars character, which triggers the following steps: A call is made to the SWAPI API to fetch the character's data. The character's name is ...