Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 625 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 625 Bytes

superadmin

admin Bootstrap Theme inside a rails 6 application

This repo purpose is to try and play with diferent features..

So far I configure:

  • add Bootstrap Theme
  • github actions to run rubocop and test suite

Next:

  • heroku deploy
  • dockerize the app
  • authentication with devise and login with facebook
  • try StimulusJS some of the views
  • actioncable
  • Background Jobs
  • many more...

Requirements

  • ruby 2.6.5

Installation and run the app

download the repo and try with

$ bundle install
$ bundle exec rails webpacker:install
$ bundle exec rails db:setup
$ bundle exec rails server