baquer / IR_Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions to Set-up the Project:

  1. Install python 3.7+

  2. Install pip

  3. Install virtualenv python library

$ pip install virtualenv
  1. Open Project Directory

  2. Create virtual environment

    $ virtualenv env
    
  3. Activate virtual Environment

  4. For Windows:

    $ ./env/Scripts/activate
    
  5. Install Dependencies

$ pip install -r requirements.txt
  1. Run the flask Application
$ ./app.py
  1. Open the website in browser http://127.0.0.1:5000/

  2. Before deploying the Project make sure to set debug=False in app.py

About


Languages

Language:HTML 55.0%Language:Python 41.6%Language:CSS 3.4%