Skip to content
dayaman edited this page Oct 19, 2018 · 7 revisions

ゆかりうどんHP

目的

ニコニコ動画で展開予定のゆかりうどんシリーズで、ゆかりさんが自分の店のHPを作るという設定でホームページを作成する。

仕様

  • 店の紹介のページ
  • ブログという名の動画紹介のページ
  • 管理者ページを作る

仕様技術

  • Python3
  • Flask
  • HTML
  • CSS
  • DB
    • PostgreSQL
  • Apache
  • Server
    • CentOS 7(自宅に設置)

設計

モデル

User

Column Type Other
uid string primary key
name string not null
type string 役職
image_url string

Blog

Column Type Other
id int primary key
uid string foreign key
title string not null
text text not null
Clone this wiki locally