/bbs

Primary LanguageRust

oldskool BBS

screenshot

Run

$ cargo run

Setup

  • install diesel cli: cargo install diesel_cli
  • use diesel cli to migrate database: diesel migration run

_人人人人人人人人人人人人人人人人人_
> おおっと スレッド作る UI がない <
 ̄ Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^ ̄

  • well, post new thread with cURL
$ curl -i -X POST \
   -H "Content-Type:application/x-www-form-urlencoded" \
   -d "user_name=サゲサゲ丸" \
   -d "email=sage" \
   -d "body=さげ" \
   -d "title=アンハッピースレ" \
 'http://localhost:8000/threads'
  • open http://localhost:8000/ with your brownser and enjoy your happy bbs life