Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.21 KB

README.md

File metadata and controls

53 lines (42 loc) · 1.21 KB

Introduction

EasyRash is an online platform for organizing academic conferences. It covers all the roles and phases involved in the process, including Event and Paper submissions and Peer-Review. The reviewers can use the site to annotate the papers and give feedback to the chair for the final decision.

This is the EasyRash server repo.

This project was done by as a part of the Web Technologies course (2015-2016) held by Professor Fabio Vitali at University of Bologna.

License

This software is released under the GPL v3.0 licence.

Members

Requirements

Flask
Flask-HTTPAuth
Flask-Mail
Flask-RESTful
Flask-WTF
flask-mongoengine
passlib

You can use pip and virtualenv for and easier installation.

virtualenv .env
. .env/bin/activate
pip install -r requirements
deactivate

Usage

  • Install requirements
  • Fill in the config in secrets.py
  • Host and port can be changed in run.py (defaults to localhost:10000)
  • python run.py