Skip to content

RSS News Reader build with Symfony / API Platform / React

License

Notifications You must be signed in to change notification settings

chemel/react-rss-reader

Repository files navigation

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/

About

RSS News Reader build with Symfony / API Platform / React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published