The repository for IP project code.
Files:
- crt_db.py : use this to create the database and tables.
- start_here.py : client side gui.
- start_here_admin.py : admin side gui.
Also do not forget to add admin userid, password, email, email password, mysql password as environment variables as:
- adminus: username used by admin in start_here_admin.py login.
- adminpa: password used by admin in start_here_admin.py login.
- mailus: email id from where confirmation messages are sent in start_here_admin.py (gmail, can be changed).
- mailpa: password of above address(make sure to change to less secure: https://myaccount.google.com/lesssecureapps or add python as a trusted user: https://myaccount.google.com/apppasswords).
- mysqlpa: add in your mysql password(considering user is "root").
Install modules using "pip install -r req.txt" with the req.txt file provided. Finally add the images folder where your python files are located.