Skip to content

suwa808/sixchan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sixchan

Youtubeで投稿している"【Python】Flaskでつくる5ちゃんねる風掲示板Webアプリ"シリーズのリポジトリです。

Quickstart

以下でリポジトリをクローンして、開発サーバを立ち上げることができます。

git clone https://github.com/suwa808/sixchan.git
cd sixchan
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
make up
make resetdb
make dev

Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published