jonasporto / marketplace-ror

A marketplace with Ruby On Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a marketplace made with Ruby On Rails.

Getting Started

1 - You must have installed mongodb

https://docs.mongodb.com/manual/installation/#mongodb-community-edition-installation-tutorials

2 - Clone the application and run inside the directory.

bundle install

3 - Now you must to start mongodb in terminal and after start server

sudo service mongod start
rails server

For create a store/client and add some product you must sign up through rails admin

http://localhost:3000/admin

When one client is save some products are added automatically by api but the field website added must be a VTEX store that use the same api endpoint. For example:

https://www.fossil.com.br https://www.montecarlo.com.br/ https://www.lojasmartex.com.br/ https://loja.europa.com.br/

About

A marketplace with Ruby On Rails


Languages

Language:Ruby 75.0%Language:HTML 9.1%Language:SCSS 8.1%Language:JavaScript 4.6%Language:Slim 2.8%Language:CoffeeScript 0.3%