Symbnb is a website to book accommodations. Thanks to Lior Chamla for this awesome tutorial about Symfony 4.
You can try the live demo : https://kevingili-symbnb.herokuapp.com/
admin user: kevin@mail.fr | password: password
normal user: jboulay@sfr.fr | password: password
git clone https://github.com/Kevingili/symbnb.git
cd symbnb
composer install
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name
php bin/console doctrine:migrations:migrate
php bin/console doctrine:fixtures:load
npm install
npm run build
php bin/console server:run