Micro CRUD to manage Pokemon made with a PHP backend API and a Svelte frontend. Just for fun, don't use it in production! Instead of a database it uses a simple txt and nothing is sanitized.
PHP 8 and HTTP server.
php -S 127.0.0.1:9000 -t server
In frontend folder, run
npm run dev