E-commerce website built with symfony
composer install
Setup the database connection in .env then run
php bin/console doctrine:database:create
php bin/console doctrine:schema:create
php bin/console app:create-admin-user 'email' 'password'
- Symfony 4
- Doctrine
- Twig
- Bootstrap
- Paypal rest-api-sdk