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.
-
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
-
Then fork and clone the frontend repo https://github.com/OrkunSA/gamers-vault-frontend.
-
Navigate to frontend folder in your terminal.
-
And type
npm install
in the terminal. -
And start server by typing
npm start
-
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.
https://orkunsalam.medium.com/gamers-vault-react-redux-rails-65f4378d7f98
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.
The gem is available as open source under the terms of the MIT License.