6
2

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 3 years have passed since last update.

Next.js × FastAPIでメディア共有サイトを作る #1 (紹介編)

Last updated at Posted at 2021-01-01

はじめに

もともとJavaのエンジニアであるもののpythonとjs系のフレームワークも触った方が良いなと思ったので自分で定期的に進めるためにブログにしていこうと思いました。
せっかくなのでOSSで見てもらって意見をもらったり、実際にソースが育つようなことがあればよいなとも思っています。
ソースコードはこちら

構成

フロントはNext.jsで作成してバックエンドはFastAPIで作成を予定しています。
永続化はRDBで行おうと思っており、DBとの疎通はバックエンドからしか行わないようにしようと考えています。
概要.PNG

作ろうと思っているもの

端的に言えば動画や画像や小説などの様々な創作物を共有するためのサイトを作ろうと思っています。
ユーザ登録を行って必ず登録されたユーザでなければ閲覧も投稿も行えないようなサイトでOSS化すると面白くなるのではないかと考えました。

今後は実際のコーディングについて書いていければと思います。

6
2
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
6
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?