/php-symfony-arch

Primary LanguagePHPMIT LicenseMIT

Build Status Build Status Scrutinizer Code Quality Code Coverage

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:

Running the app locally:

Back-end requirements:

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/