Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 375 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 375 Bytes

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