Skip to content

mkdir3/symreact-api

Repository files navigation

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 [email protected]

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published