Skip to content

coding-1ab/mogakko-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d92e215 · Oct 11, 2024

History

94 Commits
Oct 5, 2024
Oct 5, 2024
Oct 11, 2024
Oct 5, 2024
Oct 5, 2024
Oct 6, 2024
Oct 6, 2024
Oct 6, 2024
Oct 6, 2024
Oct 5, 2024
Oct 6, 2024
Oct 6, 2024
Oct 5, 2024

Repository files navigation

Mogakko (WIP)

Setup

  1. clone the repository and cd into it.
  2. copy .sample.env into .env, then fill the appropriate values accordingly.
  3. install sqlx with cargo install sqlx-cli.
  4. run sqlx database create.
  5. run sqlx migrate run.
  6. run cargo run.