UTFACE_web Project
The UTFACE_web is a social project. We're from brazil, UENP. We aim to help children, teenagers and young adults to make better use of technology in the learning/school context. We try to achieve that by gathering and reading multiple papers about learning tools, then we try to translate the rather complex scientific language into a simpler student's language.
This is the code for our website. Here we index most of the information we've learned, so students from anywhere can access it online.
Clone this repository. Use the package manager pip
pip install -r requirements.txt
In the main folder you can execute the starting script.
Simple python command (usually windows):
python run.py runserver
Specifying python version (usually linux distros):
python3 run.py runserver
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.