SpotFinder is a web application designed to assist users in finding general information about businesses within a specified area. By utilizing the "Places" API from Google Cloud, SpotFinder gathers relevant data on businesses around the user-specified location. This information can be instrumental in helping users assess the suitability of an area for starting a new business by identifying any potential issues or challenges.
To get started with the SpotFinder web application, follow these steps:
docker build -t app-flask .
Afterwards, write:
docker run -it -p 5000:5000 app-flask
After writing the commands on the terminal, your set up is all complete, just open up Docker, run it and click on the "5000:5000", or just type in your browser "localhost:5000" and you are all set up.
Contributions to enhance the functionality, improve performance, or fix any bugs are highly appreciated! Feel free to fork this repository, make your changes, and submit a pull request. For major changes, please open an issue first to discuss the proposed modifications.
This project is licensed under the UPY university.
For any inquiries or feedback, please contact Luis Monterrubio Cota for more information.
Thank you for your interest in the project (SpotFinder)! Happy exploring! 🚀