Skip to content

ElGullo/EasyRash-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Website for Peer-Review process - server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages