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.
- The app should be run in either
python 3.9
orpython 3.8
- 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 thenOK
- Go to your
- 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
andline 61-77
- Uncomment
line 50-51
- Go to
app.py
- Comment out
line 15
andline 105
- Local set up
Resoureces
>config.py
- Comment out
line 22-47
andline 62-77
- Uncomment
line 54
- Go to
app.py
- Comment out
line 15
andline 105
- Go to
Python Console
- Type the following code
from models import init_db
init_db()
- Off-campus
- 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.
- 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
- Find and open the
- 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
orcrypto
- If the file is named
crypto
, change it toCrypto
- Please check whether the
Resources
directory is marked asSource folder
, colored in blue.
If not, go to pycharmsetting
,preference
in Mac, >Project
>Project Structure
. Choose the folder and mark asSources
. - Please check whether the
templates
directory is marked asTemplates folder
, colored in purple.
If not, go to pycharmsetting
,preference
in Mac, >Project
>Project Structure
. Choose the folder and mark asTemplates
.
- 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)
- email:
.
├── 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
Copyright, 2022, Newcastle University