Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 949 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 949 Bytes

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