https://github.com/nicovak/slash_admin_demo
SlashAdmin demo running on Ruby On Rails 6 about the theme of Formula 1 🏎️
https://github.com/nicovak/slash_admin_demo
admin admin-dashboard hacktoberfest rails ruby
Last synced: 6 months ago
JSON representation
SlashAdmin demo running on Ruby On Rails 6 about the theme of Formula 1 🏎️
- Host: GitHub
- URL: https://github.com/nicovak/slash_admin_demo
- Owner: nicovak
- Created: 2018-07-07T11:40:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T19:51:11.000Z (over 3 years ago)
- Last Synced: 2025-02-22T00:01:59.997Z (over 1 year ago)
- Topics: admin, admin-dashboard, hacktoberfest, rails, ruby
- Language: Ruby
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SlashAdmin Demo
Demo of [slash_admin](https://github.com/nicovak/slash_admin) on the theme of Formula 1 🏎️
🚀 [Live running](https://slashadmin.herokuapp.com/)
User
`admin`
Password
`admin@admin`
#### Screenshots
##### Login

##### Dashboard

##### List

##### Edit / Create

### Installation
Require `pg` gem and following env vars
```
ENV['POSTGRES_USERNAME']
ENV['POSTGRES_PASSWORD']
ENV['POSTGRES_PORT']
```
For google_map
```
ENV['GOOGLE_MAP_KEY']
```
## Start up
Install gems
`bundle install`
Initialize database
`rails db:migrate`
Seed with data
`rails db:seed`
Import data from CSV
`rails import:data`
### Documentation
[Read the docs](https://github.com/nicovak/slash_admin/tree/master/docs/index.md)
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/nicovak/slash_admin_demo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the slash_admin project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/nicovak/slash_admin/tree/master/CODE_OF_CONDUCT.md).