Skip to content

ridhaansaria/FlaskTokoBaju

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Toko Baju

A web application for a clothing store built with Flask.

Prerequisites

  • Python 3.x
  • Flask

Installation

  1. Clone the repository:

    git clone <repository_url>
  2. Navigate to the project directory:

    cd flask_toko_baju-main
  3. Create and activate a virtual environment (recommended):

    python -m venv venv
    # On Windows:
    venv\Scripts\activate
    # On macOS/Linux:
    source venv/bin/activate
  4. Install the required dependencies:

    pip install flask
    # If a requirements.txt exists:
    # pip install -r requirements.txt

Usage

  1. Run the application:

    python myapp.py

    Or using Flask CLI:

    flask run
  2. Open your web browser and go to http://127.0.0.1:5000.

Description

This project currently includes the following structure:

  • myapp.py: Main application file.
  • static/: Directory for static files (CSS, JS, images).
  • templates/: Directory for HTML templates.

About

this is for my university assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors