Poke List

Poke List is a Python project built with FastAPI that lets users search for Pokémon by name and type. It integrates with the PokeAPI to fetch Pokémon data and uses PostgreSQL with SQLAlchemy 2.0 syntax for efficient asynchronous database operations.

This project was a great opportunity to dive into asynchronous Python programming and explore FastAPI’s power with PostgreSQL for building fast, real-world APIs.

🔗 Visit Poke List
💾 View Repository