Skip to content

Companion repository to the Medium Post on creating a simple Pokémon API

Notifications You must be signed in to change notification settings

hdantas/pokemonapi-tutorial

Repository files navigation

pokemonapi-tutorial

This is the companion repository to the Writing an API with Flask-RESTful Medium Post (Part 1 and Part 2) on creating a simple Pokémon API with Flask and Flask-RESTful.

It includes all the code featured in the article as well as Swagger API specifications for both versions of the Pokémon API.

To run this code please install the requirements with

pip install -r requirements.txt

And then for Part 1 run

python flaskrestful-intro.py

And for Part 2 run

python flaskrestful-advanced.py

About

Companion repository to the Medium Post on creating a simple Pokémon API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages