Skip to content

E-commerce website built with Symfony

License

Notifications You must be signed in to change notification settings

hipachka/e-commerce

 
 

Repository files navigation

e-commerce

E-commerce website built with symfony

Installation

General

composer install

Database

Setup the database connection in .env then run

php bin/console doctrine:database:create
php bin/console doctrine:schema:create

Admin user creation

php bin/console app:create-admin-user 'email' 'password'

Built with

  • Symfony 4
  • Doctrine
  • Twig
  • Bootstrap
  • Paypal rest-api-sdk

About

E-commerce website built with Symfony

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.3%
  • HTML 27.7%
  • JavaScript 3.6%
  • CSS 3.4%