Our project is a collaborative story-telling website where users can log in to create and add onto different stories. When adding to a story, users can only see the latest update, but after contributing, users can view the full story through their home page.
Roles:
Josephine Lee: Project Manager; HTML templates, front end
Han Zhang: Python backend
Annabel Zhang: Python backend
Hebe Huang: Database generation
$ git clone git@github.com:josephinelee1234/P00.git
$ python3 -m venv ~/marshmallows
$ source ~/marshmallows/bin/activate (for Linux)
$ source ~/marshmallows/Scripts/activate (for Windows)
(marshmallows)$ pip install -r requirements.txt
(marshmallows)$ cd P00/app
(marshmallows)$ python3 __init__.py