These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Run those commands on terminal:
composer install
npm install
- Open MySQL console or PhpMyadmin and create a database with the name "mini-facebook"
- Create the database schema
- Open the project in your IDE
- Go to terminal and run:
php bin/console make:migration
php bin/console doctrine:migrations:migate
- The database schema will be created automaticaly when you run the project.
To run the project:
php bin/console server:run
On the browser: http://127.0.0.1:8000
Available versions: Backend: Rest Api symfony: https://github.com/adnanelamghari/mini-facebook-symfony-api Fronend: AngularJs: https://github.com/adnanelamghari/mini-facebook-AngularJS-rest And other version (in progress using AngularJS here: https://github.com/adnanelamghari/facebook-AngularJS-Front
- Adnane Lamghari LinkedIn