Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Latest commit

History

History
14 lines (11 loc) 路 237 Bytes

README.md

File metadata and controls

14 lines (11 loc) 路 237 Bytes

rustyrc

(School project) Basic IRC server implemented in Rust.

Requirements

  • MySQL/MariaDB,
  • cargo
  • git

Setup

  • Create a database for it,
  • Edit .env with corresponding database URL,
  • diesel migration run,
  • Run!