Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 967 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 967 Bytes

php-angular-example

Simple Api REST trainning done wiith php (one-filed) back-end and a front-end with AngularJS

Guia de uso:

1- Descomprimir BackEndPHP.rar en htdocs (dentro de la carpeta de xampp).

2- Descomprimir FrontEndPHP.rar donde se desee.

3- Copiar y ejecutar el contenido del documento bbdd.sql en tu sistema gestor de bases de datos.

4- Cambiar la contrasenia de tu base de datos en la primera linea del fichero index.php (dentro de phpPro).

5- Arrancar servidor Apache en XAMPP y ejecutar "ng --serve --open" en el directorio del FrontEndPHP.

User guide:

1- Unzip BackEndPHP.rar in htdocs (inside the xampp folder).

2- Unzip FrontEndPHP.rar where desired.

3- Copy and execute the contents of the document bbdd.sql in your database manager system.

4- Change the password of your database in the first line of the file index.php (within phpPro).

5- Start Apache server in XAMPP and run "ng --serve --open" in the FrontEndPHP directory.