I Generated a Full LMS in Under 10 Minutes with Rust! 🦀

rust dev.to

I basically used 3 commands in terminal (after a installed Rust language in Windos and the Rullst FullStack Framework: cargo install cargo-rullst):

  • cargo rullst then selected new project name = classes and the LMS option.
  • cd classes (to enter in the folder)
  • cargo rullst dev

Source: dev.to

arrow_back Back to Tutorials