Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 3 years have passed since last update.

Herokuデプロイする【Heroku+Flask+MySQL】いずれも使ったことのない初心者より

Posted at

はじめに

表題の通り、Heroku, Flask, MySQLのいずれも(まともに)使ったことのない初心者がデプロイに困りまくったので、もう困らないようにするために書きます。同じような問題に直面した人々の力に少しでもなれたら良いなと思いながら。

手順

  1. 元となるコードを書く
  2. ファイルの準備をする
  3. migrationの準備をする
  4. DBの設定をする
  5. Herokuにデプロイ

元となるコードを書く

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?