-
Notifications
You must be signed in to change notification settings - Fork 0
davidI9/pokeproject
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# PokeApi implementation. This code setups a server in your local host that makes you able to obtain more simple and interesting data from any pokemon queried by its name. Coded with hexagonal arquitechture. Used Python with FastApi and httpx. Database -> sqlite. # Setup. As easy as typing "uvicorn src.pokeInfo.infrastructure.pokeinfoAPI:app --reload" on the root directory of the project. The only endpoint may be accesed as /pokemon/?name=[name of the pokemon] It returns a giant json with the main info about the pokemon (types, stats, moves, habilities, etc) This is cool if you want to implement it with a frontend (im not doing that for now lol). Love all the feedback!
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published