Logo

Symreact (Symfony API)

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.

Lessons Learned

  • Start a project from scratch in Symfony
  • Create API and serve these resources to a front app
  • Manage Front and Back interactions

Tech Stack

Client: React

Server: PHP (8.1.3), Symfony(6.0), API Platform

Packages

LexikJWTAuthenticationBundle

JWT-Decode

Run Locally

Clone the project

  git clone https://github.com/mkdir3/symreact-api.git

Go to the project directory

  cd symreact-api

Install dependencies

  composer install

Start the server

  // if symfony cli
  symfony server:start

  // else
  php -S localhost:8000

Documentation

Feedback

If you have any feedback, please reach out to me at contact@thellos.fr

License

MIT