/games-list-api

This is the games-list-api final project where users are able to retrieve basic information about certain games like name, description, image and price. This API will be used by me to create a standalone React & Redux app to withdraw the information to.

Contributors Forks Stargazers Issues


Reserved logo

Games List API

Rails API Project --> games-list-api

Table of Contents

About The Project

This is the games-list-api final project where users are able to retrieve basic information about certain games like name, description, image and price. This API will be used by me to create a standalone React & Redux app to withdraw the information to.

Data View

screenshot

Demo Link

Games List

Favourites List

Usage Instructions

Getting Started

To get a local copy up and running follow these simple example steps:

  • Clone this repository into your local machine.
  • Run:
  $ bundle install
  • Run
  $ rails db:create
  $ rails db:migrate
  $ rails db:seed
  • Run the rails server:
  $ rails server
  • Enter in your web browser address bar:

    localhost:3000/games or localhost:3000/favourites

  • Play with the app!

Automated Test

  • Run the command and see the output
$ rspec

Built With

This project was built using these technologies and main gems:

  • Ruby on Rails
  • Rspec
  • Rubocop
  • VsCode
  • PostgreSQL
  • Goldiloader
  • Rails controller testing
  • Factory bot rails
  • Faker

Potential future features

  • To add a front page and log in capabilities to generate unique API keys

Contributors

👤 Elias Castañeda

🤝 Contributing

Contributions, issues and feature requests are welcome! Feel free to check the issues page

Show your support

Give a ⭐ if you like this project!

📝 License

This project is MIT licensed.