Code Monkey home page Code Monkey logo

gpuppy_vinyl's Introduction

gpuppy_vinyl

Le gpuppy-vinyl est un site e-commerce de vinyles, ou le client peux consulter les produits en ligne, se connecter et mettre les produits dans son panier. Il y a également une section sécurisé reservé aux administrateur qui peuvent créer, faire des mises a jour ou éffacer des produits. C'est une application développé avec Symfony 6.

version en ligne : https://gpuppy-vinyl-ce7c530d2c4f.herokuapp.com

Prérequis Afin de pouvoir exécuter l'application sur votre poste en local, vous devez d'aborder installer les dépendances suivantes :

*Git *Php 8.1+ *Symfony 6 *Composer *Serveur XAMPP ou autre *Un gestionnaire de base de base de données MySQL, phpMyAdmin pour ma part

Installation

  1. Cloner le dépot: git clone https://github.com/Gpuppy/gpuppy_vinyl.git
  2. Installer les dépendances avec un: symfony new --full 'my_projet'
  3. Configurer l'environnement locale en modifiant le fichier .env et créer un fichier .env.local: DATABASE_URL=sql ‘mysql://[email protected]:3306/my_project’
  4. Mise a jour de symfony cli : 'scoop install symfony-cli '
  5. Installer webpack: ‘composer require symfony/webpack-encore-bundle’
  6. Créer la base de données : ‘php bin/console doctrine:database:create’
  7. Lancer la migration pour créer les tableaux en base de données: 'php bin/console make:migration'
  8. Lancer l'application en local avec un : 'symfony server:start'

gpuppy_vinyl's People

Contributors

gpuppy 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.