Git Product home page Git Product logo

blog-books's Introduction

Blog Books Symfony PHP

Petit projet en Symfony PHP 6.4

Prérequis

Avant de commencer, assurez-vous d'avoir les éléments suivants installés sur votre machine :

Installation

  1. Clonez le dépôt :

    git clone https://github.com/D-Seonay/blogbooks.git
  2. Installez les dépendances avec Composer :

    cd blogbooks.git
    composer install
  3. Configurez l'environnement : Créez un fichier .env.local à la racine de votre projet avec les informations suivantes :

    DATABASE_URL="mysql://username:[email protected]:8889/database_name?serverVersion=8.0.32&charset=utf8mb4"
    MAILER_DSN=smtp://smtp_username:smtp_password@smtp_server:smtp_port
  4. Créez la base de données :

    php bin/console doctrine:database:create
  5. Effectuez les migrations :

    php bin/console doctrine:migrations:migrate
  6. Lancez le serveur de développement Symfony :

    symfony serve

    Le serveur sera accessible à l'adresse http://localhost:8000.

Utilisation

A écrire :

License

Ce projet est sous licence LICENSE NAME - voir le fichier LICENSE.md pour plus de détails.


blog-books's People

Contributors

d-seonay avatar

Watchers

 avatar

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.