Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gmcgibbon/pokedex-api

A simple Pokédex API featuring JWT Auth with Knock
https://github.com/gmcgibbon/pokedex-api

rails-5 rails-api ruby-on-rails

Last synced: 12 days ago
JSON representation

A simple Pokédex API featuring JWT Auth with Knock

Awesome Lists containing this project

README

        

# Pokédex API

A simple Rails 5 API with Pokémon resources and JWT authentication.

## Setup

To seed the database with Pokémon, run `rake db:seed`. Edit `db/seeds.rb` or use `PKMN_ID_MIN` and `PKMN_ID_MAX` environment variables to change the range of IDs. Source data and images brought to you by [Pokéapi](https://pokeapi.co/)!

## License

This project is released under the [MIT License](http://www.opensource.org/licenses/MIT).