Backend/Api developed with Symfony 4. (
)Frontend developed with angular (
)CSS Framework Bootstap 4 is also used (with customized styles (styles.css for global styles)

You can download this repo any time or just pull it into your dev env.
Here's the repo link

I'll work on this repo and continuous push update to it.
Languages you need to develop on it
- PHP 7 (Api/Backend/Symfony)
- Typescript (Frontend/Angular)
- HTML (Frontend)
- CSS (Frontend)
After puling the repo
Install symfony vendor
Install angular vendorQuote:
cd api
composer install
Quote:
cd frontend/website
npm install
Mysql database
edit .env file in api/.env.dist.
refactor it to .env and type in you data source connection (for exampe mysql/mssql connection)
CLI commands:Quote:
cd api
php bin/console doctrine:database:create
php bin/console make:migration
php bin/console doctrine:migrations:migrate
Use flyff-file in the main flyff-direcetory.
Quote:
$ php flyff database reload (truncates all tables where you got fixtures for and insert fixtures again)






