php-symfony-arch
php-symfony-arch copied to clipboard
Blog - Symfony Modular, Microservice-ready Architecture Demo
This is a Demo Application made as a Proof of Concept of a Modular, Microservice-ready Architecture for Symfony Framework. It contains a simple, but fully functional Blog, similar in scope to the Official Symfony Demo. For More information please visit Kode Krunch:
- PHP: Symfony Demo meets Modular, Microservice-ready Architecture - Part 1
- PHP: Symfony Demo meets Modular, Microservice-ready Architecture - Part 2
Running the app locally:
Back-end requirements:
- PHP >= 8.0.2
- PDO-SQLite PHP extension enabled
- the usual Symfony application requirements
- Composer CLI installed
- Symfony CLI installed
Front-end requirements:
- NodeJS >= v12.22.5
Cloning the Repo:
git clone https://github.com/eXsio/php-symfony-arch.git
Running the Back-end:
cd php-symfony-arch/
composer install
bin/console lexik:jwt:generate-keypair
symfony server:start --no-tls
Running the Front-end:
cd php-symfony-arch/client
npm install
npm run start-with-backend
navigate to:
http://localhost:4200/


