Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 610 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 610 Bytes

react-rss-reader

RSS News Reader build with Symfony 5, API Plateform and React

🚨 Still in development 🚨

Installation

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/