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. ([Only registered and activated users can see links. Click Here To Register...])
Frontend developed with angular ([Only registered and activated users can see links. Click Here To Register...])
CSS Framework Bootstap 4 is also used (with customized styles (styles.css for global styles) [Only registered and activated users can see links. Click Here To Register...]
You can download this repo any time or just pull it into your dev env.
Here's the repo link [Only registered and activated users can see links. Click Here To Register...]
I'll work on this repo and continuous push update to it.
Languages you need to develop on it
After puling the repo
Install symfony vendor
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)
Use flyff-file in the main flyff-direcetory.
Backend/Api developed with Symfony 4. ([Only registered and activated users can see links. Click Here To Register...])
Frontend developed with angular ([Only registered and activated users can see links. Click Here To Register...])
CSS Framework Bootstap 4 is also used (with customized styles (styles.css for global styles) [Only registered and activated users can see links. Click Here To Register...]
You can download this repo any time or just pull it into your dev env.
Here's the repo link [Only registered and activated users can see links. Click Here To Register...]
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)