PokΓ©mon
This is a repository containing the backend and the frontend of a simple pokΓ©dex.
This is a work in progress project!
Project Structure
π pokemon
βββ π backend
| βββ π sprites
| | βββ π regular
| | | βββ π female
| | | | βββ ... 18 .png files
| | | βββ ... 1299 .png files
| | βββ π shiny
| | | βββ π female
| | | | βββ ... 18 .png files
| | | βββ ... 1300 .png files
| βββ π types
| | βββ π regular
| | | βββ ... 18 .png files
| | βββ π circular
| | | βββ ... 18 .png files
βββ π .gitignore
βββ π README.md
Backend
The project backend was coded in Python, using FastAPI, a modern ,fast (higg-performance), web framework for building APIs, based on standard Python type hints.