Classroom is a virtual learning environment that allows the creation of classes, tasks and warnings in a simple way. It enables automatic and sharing of tests through a bank of questions offered.
- Python 3.x
- Flask
- gunicorn
- MongoDB
git clone https://github.com/euodeionomedeusuario/classroom.git
cd /classroom
virtualenv nome_do_ambiente -p python3
source nome_do_ambiente/bin/activate
pip3 install -r requirements.txt
gunicorn run:app
MIT License 2018 (c) Eduardo Silva Vieira