Skip to content

Vogeltak/storanonymizer

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published