This application is a test mule for migrating the Angle UI Bootstrap Admin kit to an existing or newly generated rails application (Rails 6.1.4). The migration was based of the rails-seed folder provided by the Angle UI download. Database setup with the rails application is using PostgreSQL. Documentation on how to perform the migration is still WIP
2.7.5
6.1.4
createuser -P -d anglemigrate
password for the account must be password
bundle install
npn install
npm audit fix -force
yarn install -check-files
rails db:create
rails s