Coder Social home page Coder Social logo

alien_where's Introduction

Alien-Where

Introduction

Boutique en ligne de ventes de produits PC.

Pré-requis

Pour lancer le projet vous aurez besoin de la configuration suivante :

Aide Symfony LAMP

Aide SymfonyMAMP

Stack technique

Pour initialiser le projet

1/ Configurer la base de données

Créer son fichier ".env.local" qui contiendra les informations de connexion avec sa base de données. Sinon les commandes suivantes ne pourront pas fonctionner ! Vous pouvez copier coller le ".env" existant.

Exemple avec MariaDB: DATABASE_URL=mysql://db_user:[email protected]:3306/alien_where?serverVersion=10.2.10-MariaDB

2/ La liste des commandes à exécuter

1. Initialiser les packages composer: composer install 
2. Créer la BDD: php bin/console doctrine:database:create ou symfony console doctrine:database:create
3. Mettre à jours la BDD: php bin/console doctrine:migrations:migrate ou symfony console doctrine:migrations:migrate
4. Installer les modules node: yarn install --force ou npm install --force
5. Compiler les assets: yarn encore dev npm run dev (Plus d'infos sur https://symfony.com/doc/current/frontend/encore/simple-example.html)
6. Lancer le sereur web local: symfony console server:start ou php/bin console server:start

alien_where's People

Contributors

ybaltus avatar sandratiaray avatar karams78 avatar hassan60200 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.