Skip to content

jenyu7/aesop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team aesop

Roster

Arif Roktim, Charles Weng, Jen Yu, Shannon Lau, Samantha Ngo

Collaborative Story Telling Website

We are making a website where users can collaboratively create stories. However, the users can only view the most recently added addition when adding to the story. They can only view the whole story after adding to the story.

Dependencies

  • Flask
  • Python

In order to run the application you need to install flask. Preferably you should install this in a virtual environment so that it doesn't mess with your root python install. Please run the following commands:

$ pip install virtualenv
$ virtualenv <name>
$ . <name>/bin/activate

or for windows you activate it with:

$ . <name>/Script/activate

You can then install flask by: $ pip install flask

Running the application:

To clone the repo run

$ git clone https://github.com/jenyu7/aesop.git

After doing so, you can run the application by cding into the repo and running:

$ cd aesop
$ python app.py

You can then view the webpage by opening the url localhost:5000 in a web browser.

If you want to restart the database, you delete the file (or move it to somewhere else to keep the old version) and run the following:

$ python utils/database.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •