方言を話すおしゃべり猫型ロボット『ミーア』をリリースしました(こちらをクリック)

MongoDB

Entrepreneur

[Interview AI] Stripe Payment Implementation: From test environment to monthly billing implementation using GCP and MongoDB

This article details the steps for implementing Stripe payments in Interview AI. First, obtain a Stripe test API key and set up a monthly plan. Next, prepare the back-end with GCP and MongoDB, and finally check the payment functionality in a test environment.
Interview AI

[MongoDB] Deploying MongoDB Atlas in a Production Environment: From Cluster Creation to Connection with Cloud Run

MongoDB Atlasを使用して、本番環境でのデータベースホスティングからCloud Runでのバックエンド接続設定を行った。クラスタ作成の手順、接続URIの安全な設定方法、Secret Managerを使ったシークレット管理、MongoDB Compassを用いたデータベースの確認方法までを記載。