alessio.innocenzi@studio.unibo.it
simone.preite@studio.unibo.it
EasyRASH is a peer review application developed to simplify the annotations of scientific articles written in RASH language. This web application provides all tools for a complete peer review process: from the submission of the article, to the reviews and to the final decision.
Academic project developed for the course of Web Techologies.
Developed using python and Flask framework for the backend, and angularjs for the frontend.
UI is built following Material Design guidelines and using Angular Material, an angular module that implements the Google Material Design.
Download get-pip.py (if you don't have pip already installed) from here: https://bootstrap.pypa.io/get-pip.py
cd /path/to/get-pip.pypython get-pip.py
sudo pip install virtualenvgit clone https://github.com/aleinnocenzi/EasyRASH.gitcd ./EasyRASHvirtualenv --python python3 venv. venv/bin/activatepip install flask flask_mail flask_login passlib grip gunicorngunicorn --bind 0.0.0.0:10000 wsgi:app
Go to localhost:10000 into the browser and enjoy EasyRASH