Create a rental management platform.
SYMFONY | HTML | CSS | PHP | BOOTSTRAP | JavaScripts | MySQL
End of December 2021 to April 25, 2022.
First 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
Made by Wiatr Maxime (@Naegato) and Menard Maxence (@Eadgeez)