Giter VIP home page Giter VIP logo

pokemon-api's Introduction

README

This serves as the backend to my capstone project. My capstone allows users to see the type relationships in the video game Pokémon. I make get requests to the PokéAPI to get most of my data for my frontend. My backend can perform an index action, and it shows the type names, image urls, moves with that type, pokemon with that type, and the damage relations overviews. It also has a show action which uses the PokéApi and it gives detailed information about a selected type. I created some models to use as a general overview of all 18 types.

I used ruby on rails to make this backend. The ruby version I used is 3.0.3p157.

Run bundle install on the command line, then create a database with rails db:create, and finally migrate the database with rails db:migrate. To see the data run rails server on the commandline and then use the requests.http file to make either an index or a show request.

pokemon-api's People

Contributors

hectordnuno avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.