Sign inSign up

ramangupta21/flask-product-app

By ramangupta21

Updated about 2 years ago

This Flask application provides quick links to various products on popular shopping websites.

Image
Languages & frameworks
0

54

ramangupta21/flask-product-app repository overview

Description:

This Docker image contains a Flask web application that provides quick links to various products on popular shopping websites such as Amazon. This application is ideal for users looking for a simple and efficient way to explore products through a user-friendly interface.

Features:

Product Navigation: Easily navigate through a list of products and access their respective shopping links. Real-time Logging: The application logs every product search, including the start time, end time, response time, status code, and product name. Lightweight and Efficient: Built using Python and Flask, the application is lightweight and optimized for quick deployment.

How to Use:

Step 1: Pull the Docker Image

docker pull ramangupta21/flask-product-app:V1

Step 2: Run the Docker Container

Once the image is pulled, you can run the Docker container using the command below. This will start the Flask application and map it to port 5000 on your local machine:

docker run -d -p 5000:5000 ramangupta21/flask-product-app:V1

The application will be accessible at http://localhost:5000.

Step 3: Access the Application

Open your web browser and navigate to the application URL:

You will see a list of product links. Click on any product name to be redirected to the relevant shopping website.

Step 4: Check Logs

To view the logs, use the following command:

docker logs container-id

This will display the log entries, including the details of each product search.

Conclusion:

This Flask Product Application is a simple yet powerful tool for navigating products and their links on popular shopping sites. It’s easy to deploy, requires minimal configuration, and offers real-time logging to monitor user interactions. Whether you’re a casual shopper or an enthusiast, this application is designed to enhance your shopping experience.

Tag summary

Content type

Image

Digest

sha256:8cf3ca9d6

Size

53.2 MB

Last updated

about 2 years ago

docker pull ramangupta21/flask-product-app:V1