raul-fornell / micro-crud

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

micro-crud

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.

Requirements

PHP 8 and HTTP server.

Start server

php -S 127.0.0.1:9000 -t server

Start client

In frontend folder, run

npm run dev

About

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.


Languages

Language:PHP 40.6%Language:JavaScript 39.0%Language:Svelte 18.3%Language:HTML 2.0%