Vogeltak / storanonymizer

A platform to host story writing contests

Home Page:https://escape.maxcrone.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storanonymizer

A platform to host story writing contests. Setup a contest, create different rounds, let your writer friends contribute and vote on the best story. Contributions are anonymized in the voting round so everyone can judge the pieces objectively. The platform keeps track of the score of each writer and determines the complete, ongoing story as you progress through different rounds.

Quickstart

  1. Build a Docker image
  2. Specify a Docker Volume for the SQLite database
  3. Run container
    docker run -d --rm -p 5000:5000 -v escape-db:/data storanonymizer:3.1
    

Screenshots

The main landing page with an overview of all story contests Storanonymizer landing page

A story contribution A story contribution

Overview of a round Overview of a round

Voting overview for a single round Votes in a round

About

A platform to host story writing contests

https://escape.maxcrone.org


Languages

Language:HTML 63.4%Language:Python 26.4%Language:CSS 9.5%Language:Mako 0.4%Language:Dockerfile 0.1%Language:Shell 0.1%