Git Product home page Git Product logo

oc-symfony-p5's Introduction

SymfonyInsight

PROJET 5

Formation Développeur d'application - PHP/Symfony - OpenClassrooms

Installation d'un environnement de développement

Prérequis

  1. PHP 8.1 ou supérieur et ses extensions :
    1. Mbstring
    2. PDO + PDO Mysql
    3. cURL
  2. Composer
  3. Git
  4. Node JS - Version >=20
  5. Docker + Docker Compose

Démarrage de l'environnement de développement

composer install
docker-compose up -d
npm install --force
npm run build
php -S localhost:8000 -t ./public

Base de donnée

Une fois le serveur de base de données lancé (docker ou autres), utilisez le fichier SQL se trouvant à la racine.

Fixtures

Une fois la base de données prête, utilisez les fixtures.

php ./src/Fixtures.php

Utilisateurs

Utilisateur Mot de passe Level
[email protected] 123456 Administrateur
[email protected] 123456 Utilisateur

Email

Les emails sont capturés ici http://127.0.0.1:1080/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.