A eCommerce music shop website built with Ruby on Rails, where users can buy and sell used instruments.
·
Report Bug
·
Request Feature
● User registration and login;
● Users can list their instruments for sale.
● Users can purchase instruments that are listed for sale.
● Users can add instruments to their shopping cart.
● Users can manage the items in their shopping cart.
guitar_store_demonstracao.mp4
3 - Click on any instrument to check it's description. Click on "Add to Chart (Adicionar ao Carrinho)" to buy the Item;
- Ruby 3.1.4
- Rails 7.0.4
- PostgreSQL 14.9
-
Clone this repository
git clone https://github.com/joaogdfaero/guitar_store.git
-
Navigate to the project folder
cd guitar_store
-
Install the necessary gems
bundle install
-
Populate the database
rails db:seed
-
Run the application server
rails s
-
The server will start on port: 3000 - access:
http://localhost:3000
Author: João Gabriel Dal Forno ([email protected])