Kitten Shop is a Ruby On Rails web application. It's an e-shop made by dediane, Medhi-Lucas, rbarnat, PatriceH7 et YohanFleury.
It's a project for The Hacking Project coding bootcamp.
You can find our application on Heroku:
Production version -> HERE
This app is using Ruby 2.7.1 and Rails 5.2.3.
This e-shop in RoR is using a list of gems, don't forget to run bundle install to create a gemfile.lock to store all dependencies that your app needed.
This app is using PostgreSQL for the Database.
When you clone the app from this repository, you will have to create a database, run:
rails db:createThen you will have to upload the migrations by executing:
rails db:migrateAll the migrations are going up. You can check it with:
rails db:statusNow you have a functional Database you can fill it. If you don't want to fill it yourself, we made you a super Seed. You can fill you Database by running:
rails db:seed