madhvi-n / python-assignment

Executable assembly code flask application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-assignment

Requirements

  • Python 3.9

Installation

  • Clone the repository and enter the root directory

    git clone https://github.com/madhvi-n/python-assignment.git
    cd python-assignment
    
  • Create a virtual environment and activate it

    virtualenv venv --python=python3
    source venv/bin/activate
    
  • Install Python dependencies

    pip install -r requirements.txt
    
  • Set up the flask app and run the application

    set FLASK_APP=app.py
    flask run
    
  • Access the application running at localhost:5000

About

Executable assembly code flask application


Languages

Language:Python 47.8%Language:HTML 28.0%Language:CSS 24.3%