Skip to content

RyoNkmr/bbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages