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
npm install
- To run the React server;
npm start
-
Then fork and clone the backend repo https://github.com/OrkunSA/gamers-vault-backend.
-
Navigate to backend folder in your terminal.
-
And type
bundle install
in the terminal. -
And start Rails server by typing
rails s -p 3001
-
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-frontend. 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.