I built this app to see what I could do with the Django framework. The basic premise is a application that let's you sort submissions based on weighted criteria that you define.
A live version can be found here.
To run this example you'll need to have Python 3 installed. Then simply follow these steps:
-
Clone this repo and
cd
into the base directory. -
Run
pip install requirements.txt
-
and then
python manage.py runserver
. -
Point your browser to
http://localhost:8000
and enjoy!
The project is open-sourced software licensed under the MIT license