Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sucepass/ecommerce

E-commerce with Ruby on Rails
https://github.com/sucepass/ecommerce

ecommerce-website rails ruby ruby-on-rails

Last synced: 11 days ago
JSON representation

E-commerce with Ruby on Rails

Awesome Lists containing this project

README

        

# Ruby on Rails - Ecommerce
This project has the main necessary features to start an ecommerce project.

User registration, ads creation (you can create an add with pitcutures and description to sell your products) and review session for buyers.
It also has a backoffice session where is possible to control the whole system.

# Website Preview
Ads Session

![](app/assets/images/readme/website1.png)
- - - - -
![](app/assets/images/readme/website2.png)

Backoffice Session

![](app/assets/images/readme/back1.png)
- - - - -
![](app/assets/images/readme/back2.png)

## Ruby version
ruby 2.7.0

## Rails version
Rails 6.0.2

## System dependencies

* Any *nix plataform

* ImageMagick (https://www.imagemagick.org)

```
sudo apt-get update
sudo apt-get install imagemagick libmagickwand-dev
```

* Graphviz (https://www.graphviz.org)

```
sudo apt-get update
sudo apt-get install graphviz
```

## Setup
Run in your console:
```
bin/setup
```

## Rake Tasks

Run in you console:
```
rails dev:setup
```