This is a generic rails application with basic setup that can be used to conduct interview
Basic setup has been done as follows
A generic Product model has been generated with the following attributes
name:string
description:string
image_url:string
student_count:integer
average_rating:float
rating_count:integer
Within db/seeds.rb you will find a script that allows generating of 20 products.
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...