A StackOverflow for creatives; Overcoming writer's block with community
An app for creatives and writers to explore writing prompts and storyline paths in the form of polls. Users can generate polls of ideas and pathways with choices while others vote on most likely, or most desirable outcome. a fun and interactive platform for overcoming writer's block with a community, while exploring imaginative expression and creative freedom without scrapping multiple drafts. Built solely with Django so far and a desire to create communities around creatives
- Have Python installed on your machine.
- Next, set up a virtual environment, preferably venv to manage dependencies in your project
- Install the required dependencies with the '''python -m pip install -r requirements.txt''' from the requirements.txt
- Clone the repository with '''git clone https://github.com/Thecapstone/PollScribe.git''' in your terminal.
- Create database tables with '''py manage.py migrate'''
- Finally, start the server '''python manage.py runserver'''
Still a work in progress and I will appreciate contributions and suggestions on how to make the app more interactive or suited to improving writer's creativity