/pinteclone

PinteClone - Pinterest clone using Symfony 5

Primary LanguagePHP

PinteClone

PinteClone can be used:

  • to find the best picture that you need.

Programming languages & Frameworks used:

  • PHP
  • Javascript
  • Twig
  • Css (Bootstrap)

PHP Framework used: Symfony 5.2.6 Database: MySQL

INSTALLATION:

  • Clone the project
$ git clone https://github.com/Anteste/symbnb.git
  • Install dependencies
$ composer install 
  • Configure your database in the .env file
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7.31
  • Start migrations
$ php bin/console doctrine:migrations:migrate
  • Start the server
$ symfony serve