eXsio / php-symfony-arch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

License:MIT License


Languages

Language:PHP 87.7%Language:TypeScript 7.6%Language:HTML 3.0%Language:SCSS 1.1%Language:Shell 0.5%Language:JavaScript 0.2%