Skip to content

An app with Rails API backend and React frontend to browse through RAWG external API and perform CRUD actions on game collection.

Notifications You must be signed in to change notification settings

OrkunSA/gamers-vault-backend

Repository files navigation

Gamers Vault

Description

Gamers Vault is an app with a React frontend and Ruby on Rails API backend to help users to browse through 500,000+ games by using RAWG external API. They can alsp perform almost all the CRUD actions on their games collections.

Installation Instructions

  • Fork and clone the repo to your local machine.

  • Change directory to backend in the terminal and run

bundle install

  • To create database

rails db:migrate

  • To run seed file

rails db:seed

  • To run the Rails server;

rails s -p 3001

Usage

  • Click on sign up button to sign up.

  • Click on browse games butotn to browse games

  • Type the name of the video game in the search bard.

  • Click on add to collection to add the game to your collection.

  • Clicking on delete from collection on collection view will delete the game from your collection.

Demo

DEMO

Blog

https://orkunsalam.medium.com/gamers-vault-react-redux-rails-65f4378d7f98

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/OrkunSA/gamers-vault-backend. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

About

An app with Rails API backend and React frontend to browse through RAWG external API and perform CRUD actions on game collection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published