Table of Contents
- Header
- Footer
- Home page with presentation of the project
- Show all News Pages
- Show one news
- Back office: List all administrator
- Back office: Authorize new administrator
- Back office: Unauthorized administrator
- Back office: Delete administrator for Super Administrator
- Back office: Edit administrator
- Back office: List all news
- Back office: Create News
- Back office: Edit News
- Back office: Delete News
# install dependencies
$ composer install
# and
$ npm install
# or
$ yarn install
# migrate database after update .env
$ symfony console doctrine:database:create
$ symfony console doctrine:migrations:migrate
# then just run :
$ symfony serve
# and
$ npm run watch
# or
$ yarn watch
README inspired by Clément DUVIVIER