Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raketbizdev/rails_dashboard_boilerplate

This is a simple dashboard boilerplate ready to be use for creating new rails project. Anyone who wish to contribute are welcome for this project thanks.
https://github.com/raketbizdev/rails_dashboard_boilerplate

boilderplate bootstrap4 rails5 sb-admin-2

Last synced: 13 days ago
JSON representation

This is a simple dashboard boilerplate ready to be use for creating new rails project. Anyone who wish to contribute are welcome for this project thanks.

Awesome Lists containing this project

README

        

# Rails Dashboard Boilerplate

This is a rails dashboard boilerplate using [SB Admin 2](https://startbootstrap.com/previews/sb-admin-2/) [@BlackrockDigital](https://github.com/BlackrockDigital). What you can do with this is just add your own design functionality.

## Whats included in this dashboard.

```ruby
gem 'bootstrap', '~> 4.3.1'
gem 'jquery-rails'
gem 'devise'
gem 'carrierwave'
gem 'mini_magick'
gem 'font_awesome5_rails'
gem 'pg'
```

### Homepage
![Home](https://github.com/rakethostph/rails_dashboard_boilerplate/blob/master/app/assets/images/screenshot/homepage.png)

### Signup
![Home](https://github.com/rakethostph/rails_dashboard_boilerplate/blob/master/app/assets/images/screenshot/signup.png)

### Login
![Home](https://github.com/rakethostph/rails_dashboard_boilerplate/blob/master/app/assets/images/screenshot/login.png)

### Dashboard
![Home](https://github.com/rakethostph/rails_dashboard_boilerplate/blob/master/app/assets/images/screenshot/dashboard.png)

### Profile
![Home](https://github.com/rakethostph/rails_dashboard_boilerplate/blob/master/app/assets/images/screenshot/profile.png)