nxmad3 / ppeSymfony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pause jusqu'au 20 aout :)

ppeSymfony

Information :

Goal :

Create a rental management platform.

Used technologies:

SYMFONY | HTML | CSS | PHP | BOOTSTRAP | JavaScripts | MySQL

Realization period:

End of December 2021 to April 25, 2022.

How to launch the project ?

clone the project

    git clone https://github.com/nxmad3/ppeSymfony.git
    cd ppeSymfony

type this command to install and build the project

    npm install
    npm run build
    composer install

If the database wasn't create run

    php bin/console doctrine:database:create

To fill the database run

    php bin/console doctrine:schema:update --dump-sql --force
    php bin/console doctrine:fixtures:load

After making sure that the database has been filled and the project has been built you can type

    symfony server:start

About


Languages

Language:PHP 71.3%Language:Twig 27.0%Language:Shell 1.8%