slash_admin_demo

SlashAdmin demo running on Ruby On Rails 6 about the theme of Formula 1 🏎️

Stars
0

SlashAdmin Demo

Demo of slash_admin on the theme of Formula 1 🏎️

🚀 Live running

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

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 code of conduct.

License

The gem is available as open source under the terms of the MIT License.

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.