juhaszzs / sbadmin2-rust

πŸš€ Admin dashboard template for Rust and Rocket.rs based on SbAdmin2

Home Page:https://rust-admin.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust SB Admin 2

Admin dashboard template for Rust and Rocket.rs based on SbAdmin2.

Screenshot

πŸš€ Demonstration

Deploy

πŸš€ Prerequisites

  • Rust Nightly Version
  • Git Version Control
  • Cargo
  • Heroku (Optional)

πŸš€ Installation in Host

  • $ git clone https://github.com/isaacdarcilla/sbadmin2-rust.git
  • $ cd sbadmin2-rust
  • $ cargo run

πŸš€ Deploying to Heroku

  • $ heroku create --buildpack https://github.com/emk/heroku-buildpack-rust.git
  • $ git remote add heroku https://git.heroku.com/<heroku-project-name>.git
  • $ echo "web: ROCKET_PORT=$PORT ROCKET_ENV=prod ./target/release/sbadmin_rust" > Procfile
  • $ echo "VERSION=nightly" > RustConfig
  • $ git add . && git commit -m "Add Heroku deploy configuration"
  • $ git push heroku master

πŸš€ Developer

Developed by Isaac (facebook.com/isaacdarcilla)

πŸš€ Support

Fork or star this repository for support.

About

πŸš€ Admin dashboard template for Rust and Rocket.rs based on SbAdmin2

https://rust-admin.herokuapp.com/


Languages

Language:CSS 83.4%Language:SCSS 9.0%Language:JavaScript 5.4%Language:Rust 2.3%