Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 518 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 518 Bytes

BUSCA TU AREPA

Web Application that locates Venezuelan restaurants and locals in differents countries.

Database build with help of Gabriel Lovera

Containerization

This web application has been dockerized, here you will find the correspondent docker compose file in the root folder, from there, run the following command:

docker-compose up -d

The web application is available in localhost:8181

For stop the services, run:

docker-compose down