MohamedTaha123 / shop_listing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shop_listing

This is a simple Ruby Shop listing app using the Rails framework.

Running Locally

Make sure you have Ruby and Bundler installed.

git clone https://github.com/MohamedTaha123/shop_listing.git
cd shop_listing/shop_listing
bundle install
rails db:migrate
rails s

Your app should now be running on localhost:3000.

Running tests with MiniTest

  cd shop_listing
  rails test

Running Rspec tests

cd spec
bundle exec rspec models/example_spec.rb

About


Languages

Language:Ruby 77.6%Language:HTML 17.3%Language:JavaScript 4.0%Language:CSS 1.1%