Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaacdarcilla/sbadmin2-rust
🚀 Admin dashboard template for Rust and Rocket.rs based on SbAdmin2
https://github.com/isaacdarcilla/sbadmin2-rust
cargo dashboard heroku rocket rocket-rs rust rustup sbadmin2 template tera-ui webapp
Last synced: 2 months ago
JSON representation
🚀 Admin dashboard template for Rust and Rocket.rs based on SbAdmin2
- Host: GitHub
- URL: https://github.com/isaacdarcilla/sbadmin2-rust
- Owner: isaacdarcilla
- Created: 2020-05-20T10:02:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T23:08:31.000Z (11 months ago)
- Last Synced: 2024-03-15T02:46:32.609Z (11 months ago)
- Topics: cargo, dashboard, heroku, rocket, rocket-rs, rust, rustup, sbadmin2, template, tera-ui, webapp
- Language: CSS
- Homepage: https://rust-admin.herokuapp.com/
- Size: 5.32 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rust SB Admin 2
Admin dashboard template for Rust and Rocket.rs based on SbAdmin2.
![Screenshot](https://github.com/isaacdarcilla/sbadmin2-rust/blob/master/img/1.png)
## 🚀 Demonstration
## 🚀 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/.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)](https://web.facebook.com/isaacdarcilla)
## 🚀 Support
Fork or star this repository for support.