API under Symfony 6.0 & PHP 8.1.3, with a backadmin, different users having for each, customers, and for each customer invoices linked to them.
- Start a project from scratch in Symfony
- Create API and serve these resources to a front app
- Manage Front and Back interactions
Client: React
Server: PHP (8.1.3), Symfony(6.0), API Platform
Packages
Clone the project
git clone https://github.com/mkdir3/symreact-api.gitGo to the project directory
cd symreact-apiInstall dependencies
composer installStart the server
// if symfony cli
symfony server:start
// else
php -S localhost:8000If you have any feedback, please reach out to me at contact@thellos.fr