Skip to content

Team-CodeBenders/RailsAdmin_DemoApp

Repository files navigation

RailsAdmin Demo Application

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data. This is an e-commerce Demo Application for the RailsAdmin Gem!

Features

  • Admin view of a system
  • Users can play around with the data
  • Refer to the code if you are new to using the gem

Installation

  1. Fork and clone the repository.
  2. Run bundle install.
  3. Run the migrations.
  4. Set up your config variables for aws. This can be done as follows:
    • export AWS_ACCESS_KEY_ID='your_aws_access_id'
    • export AWS_SECRET_ACCESS_KEY='your_aws_access_key'
    • export S3_BUCKET_NAME='your_s3_bucket_name'
  5. Run rake db:setup. This would load some test data that we have populated.
  6. Running rake db:seed_with_images would load default images for you IF you have them in your S3 bucket. The path for those images need to be products/images/default_productID.jpg You can skip this step if you don't want to populate default images.

Note: In case views are not loading (as in the deployed version), delete tmp/cache and run rake assets:clean.

If you think you found a bug in RailsAdmin Demo App, you can submit an issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published