/pyreflist

A web app helping to create a list of references (according to the rules of BSU).

Primary LanguageHTML

Description:

pyreflist is a simple Flask-based web app that helps to create a list of references (according to the rules of BSU).

Screenshots

Installation and launch:

  1. Run setup.sh file to create virtual enviroment and install dependencies from requirements.txt.
    Check if virtual eviroment was succesfully created (the 'venv' directory).

  2. Run following commands to launch the application:

    • $ source /venv/bin/activate
    • $ FLASK_APP=pyreflist.py flask run
  3. Go to 127.0.0.1:5000 address in your browser and use the app