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
- PHP >= 8.0.2
- PDO-SQLite PHP extension enabled
- the usual Symfony application requirements
- Composer CLI installed
- Symfony CLI installed
- NodeJS >= v12.22.5
git clone https://github.com/eXsio/php-symfony-arch.git
cd php-symfony-arch/
composer install
bin/console lexik:jwt:generate-keypair
symfony server:start --no-tls
cd php-symfony-arch/client
npm install
npm run start-with-backend
http://localhost:4200/