Git Product home page Git Product logo

toptenlist's Introduction

# Top Ten Lists Application

# Section 0: Intro
This app will allow users to create lists on a website, and rank items on those
lists

# Section 1: Set up environment
1. Download virtualbox, and vagrant
2. Run vagrant init on the folder location where your finalProject.py, and folders
are located
3. In the terminal type vagrant up
4. type vagrant ssh to login to the virtual machine
5. run finalProject.py
6. install any modules that are not in the machine using pip install, or sudo pip install ...module name...

Section 2: Requirements
Flask == 0.10.1
SqlAlchemy == 1.0.11
oauth2client == 1.5.2
httplib2 == 0.9.2

Section 3: Installation
App not on github yet
Install by unzipping the file in the location where you have your virtual machine

Section 4: Setup
To setup the database first run database_setup.py
There is no populating script yet, database will be empty at first.

Section 5: How to run
To run the app type python finalProject.py

Section 6: Usage
1.  Open http://localhost:5000
2.  To use the app, first click Login, this will create a user for you
3.  Now click on your author name and you will go to you lists page
4.  Here you click create a list
5.  Input a name, description and a pic_url for your list
6.  Now you have created a list
7.  No click the list name, and click create new item
8.  Populate your list with items!
9.  Now anyone can go the page, click on your author name and see your lists. 


To run the application:

If you are using the database in the file:
Do this:
1. Run project.py. 
2. In your browser open the url localhost:5000
3. To create a Top Ten list first click "Login"
4. Start adding lists and items!

To use different data:
1. Run database_setup.py to create a new database.
1. Run project.py. 
2. In your browser open the url localhost:5000

toptenlist's People

Contributors

zacariasbendeck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.