Skip to content

This project is a web application to educate our target group, which usually is older children and young adults (13-25), of their affect on the environment and the problems the world currently faces, and hopefully help them mitigate their impact.

Notifications You must be signed in to change notification settings

Umi007/Software-Engineering-Group-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Zero Footprint Web Application Description

Table of Contents


Background

This project is a web application to educate our target group, which usually is older children and young adults (13-25), of their affect on the environment and the problems the world currently faces, and hopefully help them mitigate their impact.


Install

Config Python Interpreter

  • The app should be run in either python 3.9 or python 3.8

Setting Application Configuration

  • Before you running the code, you should add a new configuration for this web app.
    • Go to your pycharm menu, should be on the top
    • Select Run > Edit Configuration
    • Add a new python configuration and set the script path for app.py
    • Click Apply and then OK
  • Set up connection with database
    • The default connection option is off-campus one. If you are on-campus please follow the instruction below. Or if the unexpect SSH error occur, please follow the local set up instruction.
      • Off-campus
        • Resoureces>env>setting.csv`
        • Please fill in you account and password for linux computer
      • On-campus
        • Resoureces>config.py
        • Comment out line 22-47 and line 61-77
        • Uncomment line 50-51
        • Go to app.py
        • Comment out line 15 and line 105
      • Local set up
        • Resoureces>config.py
        • Comment out line 22-47 and line 62-77
        • Uncomment line 54
        • Go to app.py
        • Comment out line 15 and line 105
        • Go to Python Console
        • Type the following code
          • from models import init_db
          • init_db()

Dependencies Install

  • Option 1
    • Go to 'Terminal'
    • Type in pip install -r requirement.txt, make sure you are in the main project directory.
  • Option 2:
    • Find and open the requirement.txt in pycharm in the main directory of the project.
    • The information in yellow will show at the top, select install requirement
  • Instruction of handling possible installing error
    • Crypto package cannot find error
      • Go to the directory of your project in your system directory
      • Check whether the directory have a file called Crypto or crypto
      • If the file is named crypto, change it to Crypto

Project Structure Set-up Reminder

  • Please check whether the Resources directory is marked as Source folder, colored in blue.
    If not, go to pycharm setting, preference in Mac, > Project >Project Structure. Choose the folder and mark as Sources.
  • Please check whether the templates directory is marked as Templates folder, colored in purple.
    If not, go to pycharm setting, preference in Mac, > Project >Project Structure. Choose the folder and mark as Templates.

Important Information

  • If you register in the app, the role of your account is default as user. If you want to log in as admin to see what is going on in admin page, we have provided a test admin account which you can login to get the security code to log into our app.
    • email:[email protected]
    • password: Admin1!(for our app)
    • email password: Hi_Fi_team05(for email, to get the security code)

Project Structure

.
├── README.md help
├── Resources
│   ├── RBAC.py Role Bases Access Control
│   ├── account_info.csv Initail account information
│   ├── admin_accounts.csv Initail account for admin
│   ├── auto_import.py Automatic import data into database
│   ├── config.py Database connection setting
│   ├── env
│   │   ├── setting.env Database account setting
│   │   └── teamemail.env Team email account information
│   ├── post.csv
│   ├── quizQuestions.csv
│   └── verification.py
├── admin Some forms and functions about admin page
├── app.py
├── calculator Some forms and functions about calculator page
├── carbon.log Security log
├── carbongram Some forms and functions about social fucntion
├── forum
├── information
├── models.py Database tables
├── quiz Some functions about quiz fucntion
├── requirements.txt Dependencies
├── static
│   ├── carbongramMain.js
│   ├── css
│   │   └── style.css
│   ├── img
│   ├── main.js
│   └── quiz.js
├── templates HTML
└── users Some forms and functions about user fucntion

Licence

Copyright, 2022, Newcastle University

About

This project is a web application to educate our target group, which usually is older children and young adults (13-25), of their affect on the environment and the problems the world currently faces, and hopefully help them mitigate their impact.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published