A web app designed to serve information about the popular video game, Pokemon.
- The frontend uses Vue and Tailwind
- The backend uses Slim 4 with PHP-DI
- The database is sqlite
- Clone the repo
- Run
just build - Run
just docker - Run
just docker-composefor the dev env
The data provided in the sql and public/assets directories are sourced from Bulbapedia. This data should be unmodified and used under the terms of the Creative Commons Attribution-NonCommercial-ShareAlike 2.5 license.
The source code contained within this repository is available under the terms of the ISC license.