Project Book-Server
Project base Laravel, Nginx, MySql, Docker
Webserver: Nginx, PHP 7.2, SGBD: MySQL 5.7, phpmyadmin
**Requirements:**Git, Docker and Docker-composer install.
Clone Repository
git clone https://github.com/p4pupro/book-server.git
Access to clone repository
cd book-server
Run docker
docker-compose up
In the file docker-compose.yml
is all the necessary configuration to deploy the project in docker.
Then, go to your fav browser
In browser copy: http://localhost:8080 to display project, and http://localhost to display phpmyadmin.
Author: Domingo Pérez Guerrero (p4pupro)
Thanks you!