Test application for Angle UI, application folder is based off the provided rails application, and not a migration of the theme to an existing separate project
- User Login & Registration
- Basic Products CRUD
- Dashboard
- User Login - Sessions
- Ruby 2.6.4
- Node Version 14
createuser -P -d angleui
- (password for the user must be password, or change to your prefered password)
rails db:create
rails db:migrate db:seed
npm install
yarn install -check-files
createuser -P -d angleui
- (password for the user must be password, or change to your
preference in
config/database.yml
) bundle install
rails db:create
rails db:migrate db:seed
rails s
- Email: [email protected]
- Password: admin