/note_rs

Primary LanguageRust

note_rs

read and write notes

  • Webサーバを立てる
  • ディレクトリ内の一覧を閲覧できるようにする
  • ディレクトリから遷移できる様にする

ディレクトリ内容

src/
  main.rs
  router.rs
  
  libs/
    mod.rs

やりたいこと

laravelと同じような動作をさせたい

get('',HelloSample.get); post('',HelloSample.post); put('',HelloSample.put); delete('',HelloSample.delete);