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.