Skip to content

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.

raul-fornell/micro-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published