Our application follows the structure below:
File Name | Description |
---|---|
ProjectDocs | This folder contains all the Project Deliverable files featured on the project Wiki page. |
venv | This is the Flask application's virtualenv folder where important files such as app.py, config.py, and scripts and packages are included that functions our application in Flask. |
TeamPhotos | This folder contains the photos of each team member that are used on the project Wiki page. |
user | This folder contains the HTML, CSS, Javascript files for all our application pages homepage, Login and Registration Page, Drop down menu for choosing languages, run, save, download buttons, input are and results etc. |
application | This is a folder that has every files related to our app like forms.py, init.py, code_save.py etc. How to run our application please refer below the installation manual and user manual links. |
requirements | This file specifies all the libraries required for our python, flask backend server to function. To install use command "pip install -r requirements". |
For more information about running our application, please see our Installation Manual and User Manual