Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 1.57 KB

README.md

File metadata and controls

74 lines (59 loc) · 1.57 KB

Success project

Table of Contents
  1. About The Project 📁
  2. Techs 💻
  3. Build Setup 🧑🏻‍💻
  4. Contributors 👥

About the project

Features

  • 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

Techs

Build Setup

# 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

Contributors

README inspired by Clément DUVIVIER