Giter VIP home page Giter VIP logo

jsonstatacar's Introduction

JsonsStatACar

L'application qui simplfie la gestion de vos déplacement

Installation

Prérequis :

git
PHP 7.2^  
MySQL  
Composer  

Procédure :

git clone https://github.com/Acima2/JsonStatacar.git

Sous système Unix :
  1. cd JsonStatacar
  2. make install
  3. Entrer votre mot de passe utilisateur quand demandé (pour l'initialisation de MySQL)
  4. Ouvrez 127.0.0.1:8000

Sous Windows :

  1. Ouvrez un terminal à la racine du depo C:\.....\JsonsStatacar
  2. Avec une installation par-défaut de wamp64, executez simplement la commande
    bash install.bat

Sinon

  1. Rendez vous dans PhpMyAdmin et Créez un User ayant tous les droits avec les infos suivantes :
    username = db_user et password = db_password
    OU
    Executez le script dbconfig.sql présent dans le répertoire de l'application

  2. Copier-coller les commandes ci dessous :
    composer install
    php bin/console doctrine:database:create --if-not-exists
    php bin/console doctrine:schema:update --force
    php bin/console doctrine:fixture:load --no-interaction
    php bin/console se:ru

Utilisation

Ouvrez 127.0.0.1:8000 Vous pouvez tester avec l'application en vous connectant avec l'email [email protected] et le mot de passe admin

jsonstatacar's People

Contributors

maelanleborgne avatar acima2 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.