Instale xampp en su equipo o un servidor apache + php + mysql o bien algún servicio en la nube con estos 3 servicios mensionado. cree una base de datos llamada biblioteca importe el archivo biblioteca.sql copie y pegue el backend que se llama "bibliotecamutual" en la carpeta del servicio php que normalmente puede ser htdocs en xampp o www en apache Linux mutual-biblio esta hecho en angular, para instalarlo solo debe copiar y pegar la carpeta en un directorio de tu preferencia y entrar a la dirección de la carpeta doden estan alojados los archivos principales como package.json y escribir el comando "npm install" y despues "ng serve" en la consola de comando. Luego entrar al navegador y escribir en la barra de direcciones "localhost:4200" y listo.
This project was generated with Angular CLI version 12.2.7.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.