Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sucepass/ecommerce
- Owner: sucepass
- Created: 2024-10-21T03:10:06.000Z (24 days ago)
- Default Branch: master
- Last Pushed: 2024-11-01T16:06:46.000Z (13 days ago)
- Last Synced: 2024-11-01T17:18:52.361Z (13 days ago)
- Topics: ecommerce-website, rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://ecommercemrr.herokuapp.com/
- Size: 16.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```