/python-assignment

Executable assembly code flask application

Primary LanguagePython

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