Git Product home page Git Product logo

visitevirtuelle-symfony's Introduction

Visite Virtuelle Immobilière

Visite Virtuelle Immobilière est un projet du BTS SN option IR du lycée Antoine Bourdelle de Montauban. L'objectif du projet consiste créer une application Web destinée aux Agences Immobilières en leur permettant de créer des visites en vue 360° qui peuvent être visité par leurs clients.


Installation détaillée

Les commandes ci-dessous sont à exécuter à la racine du projet:

  1. Télécharger PHP 7.1 au moins et l'ajouter dans le PATH
  2. Installer les dépendances :
    • Installer composer (gestionnaire de dépendances):
      • Installation locale php -r "readfile('https://getcomposer.org/installer');" | php
      • Installation globale
    • Téléchargement des dépendances :
      • Composer est installé localement: php composer.phar install
      • Composer est installé gloabalement: composer install
  3. Création de la base de données :
    • Création de la base de données php bin/console doctrine:database:create
    • Création des tables php bin/console doctrine:schema:update --force
  4. Compilation des assets :
    • Installer nodejs
    • Télécharger yarn et l'ajouter dans le PATH
    • Exécuter yarn install
    • Compilation des assets avec yarn run encore <env> en remplaçant <env> par dev ou production

Commandes utiles :

  • Chargement des données exemples/tests php bin/console doctrine:fixtures:load

Équipe

  • Vincent CLAVEAU - (Développeur Symfony)
  • Guillaume VIDAL - (Développeur Symfony)
  • Valentin PILLON - (Développeur ThreeJS)
  • Thomas DUDITLIEUX - (Développeur ThreeJS)
  • Malko CARRERAS - (Designer Web)

Organisation du projet

Trello: https://trello.com/b/lRY92q0W/organisation

visitevirtuelle-symfony's People

Contributors

votop avatar ogurash-dev avatar guiguiz82 avatar valentinpillon avatar tao999 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.