Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Digital Product App

This is a Flask-based web application for selling digital products.

Setup and Running

  1. Clone the repository:

    git clone <repository_url>
    cd digital_product_app_directory_name # Or whatever the repo is called
  2. Create a virtual environment (recommended):

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install dependencies:

    pip install -r requirements.txt
  4. Run the application:

    python digital_product_app/app.py

    The application will be available at http://127.0.0.1:5000/.

Project Structure

  • digital_product_app/: Main application directory.
    • app.py: Core Flask application logic.
    • templates/: HTML templates.
      • index.html: Basic landing page.
    • static/: Static files (CSS, JavaScript, images).
  • requirements.txt: Project dependencies.
  • README.md: This file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages