patlub / bucketList

Tracks activities we wish to undertake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patrick Luboobi Build Status Coverage Status Code Climate PEP8

Bucket List Application

What would you like to do in the next few years? Climb a mountain? Learn to ride a bike? :) It’s important to keep track of what you have already done and what you are yet to achieve. In the next steps, we will work towards building a bucket list application that helps us record activities we wish to undertake, tick off what we have done and even invite our friends to have fun with us.

Functions

  • Sign Up User

  • Sign In User

  • Add Bucket

  • View Buckets

  • Edit Bucket

  • Delete Bucket

  • Add Item to Bucket

  • View items added to Bucket

  • Edit Item in Bucket

  • Delete Item from Bucket

Requirements

Python 3+, python-pip, virtualenv

Installation

Clone the repo

$ git clone http://github.com/patlub/bucketList.git
$ cd bucketList

Create a virtualenv, and activate it:

$ virtualenv env 
$ source env/bin/activate

After, install all necessary to run:

$ pip install -r requirements.txt

Then, run the application:

$ python BucketList.py

To see your application, access this url in your browser:

http://localhost:5000

About

Tracks activities we wish to undertake


Languages

Language:Python 43.8%Language:HTML 43.7%Language:CSS 12.5%