- PHP 7.1.3 or higher;
- PDO-SQLite PHP extension enabled;
- and the [usual Symfony application requirements][2].
$ git clone https://github.com/IvanStack/Angular-8-with-Symfony-Backend.git
####By ssh
$ git clone git@github.com:IvanStack/Angular-8-with-Symfony-Backend.git
$ cd M1-PHP
$ composer install
$ cd phpvoyage
$ yarn install
$ php bin/console doctrine:database:create
$ php bin/console doctrine:schema:create
Then import the data from the database in M1-PHP/data/database.sql
There's no need to configure anything to run the application. If you have installed the [Symfony client][4] binary, run this command to run the built-in web server and access the application in your browser at http://localhost:8000:
$ symfony serve
If you don't have the Symfony client installed, run php bin/console server:run
.
Alternatively, you can [configure a web server][3] like Nginx or Apache to run
the application.
There's no need to configure anything to run the application. If you have installed the Angular Cli, run this command to run the built-in web server and access the application in your browser at http://localhost:4200:
$ ng serve
If you don't have the Angular Cli installed, run npm install -g @angular/cli
.
The back-end of the project is finish. The Api contain verification of the arguments and an uploader of images was developped.
The font-end was not finish because of difficulties to recover the datas of the form.