Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Clue88/circlestories

Repository files navigation

CircleStories by CircleTable

Christopher Liu: Project Manager, Auth, Component Integration
Yusuf Elsharawy: Story Database Management, Routing
Deven Maheshwari: Frontend Design, User Database Management, QA
Naomi Naranjo: Frontend Design, Project Design

App Description

CircleStories is a collaborative storytelling game. Each user can contribute an entry to existing stories or start their own stories. When adding to stories, you can only see the latest addition of a story and can only contribute once. Each user will be able to read stories they have added to and see how the story is continued by others.

Launch Codes

The following instructions assume that you have Python 3.9 and pip already installed.

  1. Clone this repository.
$ git clone https://github.com/Clue88/circlestories.git
$ cd circlestories
  1. Create a new virtual environment. (Why?)
$ python3 -m venv env
$ source env/bin/activate
  1. Install project dependencies.
(env) $ pip3 install -r requirements.txt
  1. Run the app.
(env) $ python3 circlestories.py

You can access our web app by going to http://localhost:5000/.

About

P00 for Stuy SoftDev 2021-22

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •