DEV Community

@venelouis
@venelouis

Posted on

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

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

Top comments (0)