Skip to content

Blog developed with Ruby on Rails and React. It offers an admin panel where you can change the default style of the site with a GUI.

Notifications You must be signed in to change notification settings

YoseptF/gamexchange

Repository files navigation

Game X Change


Game x Change is a ruby/react template to publish articles and vote for them. top image


How to run locally

  1. Clone this repository

    $ git clone git@github.com:YoseptF/gamexchange.git
    
  2. cd into the directory (you may need to checkout to other branch depending on what you are attempting to do)

    $ cd gamesxchange/
    
  3. bundle

    $ bundle
    
  4. yarn install

    $ yarn install --check-files
    
  5. Migrate and seed

    $ rails db:migrate db:seed
    
  6. Run the server

    $ rails s
    
  7. Open you browser on localhost:3000 or 127.0.0.1:3000

  8. (optional) This project uses Azure for active storage on production, if you want to use it, you need to add the following api keys in your .env file:

    AZURE_STORAGE_ACCOUNT_NAME=your_storage_account
    AZURE_STORAGE_ACCESS_KEY=your_access_key
    AZURE_STORAGE_CONTAINER=your_storage_container
    

    or you can change from :azure to :local in the production.rb


Live demo

There's a live demo if you wanna check it out before downloading, or you can dowload one of the desktop versions

Features

Hero

The top image to engage with your public

Data Section

Show important topics and redirect the flow of your visitors Data Section

Testimonials

Share the opinion of your clients article-chess

Search items

Search on the list of items and check the ones you like article view

Lightbox

View more closelly the item you like article-creation


Created with:


Created by:

About

Blog developed with Ruby on Rails and React. It offers an admin panel where you can change the default style of the site with a GUI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published