The Viking Store e-commerce application for Viking Commerce Inc from the Viking Code School
Practice with creating a database schema and seeding the database
rails db:migrate
to create the database in development moderails db:seed
to see the populated Fake data using the Faker gemrails console
to view the populated data in the tables