Skip to content

FigoFeras1/HonorsProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HonorsProject

To run the Flask app, the requirements are the following:

Python (3.10 preferred)
Flask, Pandas, Numpy, Logging and Typing modules installed (the latest versions preferred)

To use without downloading:

Click here

Install and run locally:

  1. Open terminal and change directory to ~/HonorsProject/ (/HonorsProject/web_application also works)
  2. For the first option, you can run the following commands

For Windows:

'set FLASK_APP=app.py'
'flask run' OR 'python -m app.py'

For macOS/Linux:

'export FLASK_APP=app.py'
'flask run' OR 'python -m app.py'

For either,

'python app.py' 

also works fine.

Note: For the second option, the same commands can be used, replacing 'app.py' with '__init__.py'
Once the app is running, navigate to 'localhost:5000' to use the webapp
Note: there are three .csv files for use in HonorsProject/testing, but you can use other files if you choose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published