So here's my repo, if you want to commit just tell me with your bitbucket email and i'll add you to repository to create branches and PRs.
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
Quote:
Install angular vendor
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)
Quote:
cd api
php bin/console doctrine:database:create
php bin/console make:migration
php bin/console doctrine:migrations:migrate
|
CLI commands:
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)
|