RSS News Reader build with Symfony 5, API Plateform and React
🚨 Still in development 🚨
Start docker
docker-compose up -d
Install vendors with composer
composer install
Build assets with yarn
yarn build
Create the database and create the tables
php bin/console doctrine:database:create
php bin/console doctrine:schema:update --force
Load fixtures
php bin/console doctrine:fixtures:load
Fetch feeds
php bin/console app:feed:fetch
Open your browser
firefox http://localhost:8000/