/Bucketlist

A simple CRUD Web Application that uses FLASK framework, flask Jinja templates to render views to users and Python data structures to persist data.

Primary LanguagePython

Build Status

Bucketlist App

Introduction

A Bucketlist App let's you keep track of some of the things you may want to do in future.

Bucketlist App Usage:

Simply follow these steps:

  • create/sign up an account and
  • login/sign in to your account

What You can do with Bucketlist App:

  • create a bucketlist and add items to it
  • view available bucketlists and there items
  • edit your bucketlists and its items
  • delete your bucketlists or its items

Bucketlist App installation Guide:

Go to Github and copy Bucketlist App Url.

Open Your terminal and:

git clone https://github.com/Gidraff/Bucketlist.git

Set up:

You will need to a install virtual environment package:

To install type on your terminal command prompt:

pip install virtualen

Now lets to set up vitualenv type virtualenv and

name it how you want for example virtualenv venv_name.

You are almost done, just a few more steps and you are there:

To install the dependencies(requirements) need to run the app simply type pip install -r requirements.txt

Running the Bucketlist App:

Now to run the app simply run app.py .This will start up flask server which will be running on http://127.0.0.1:5000/ on default.

copy http://127.0.0.1:5000/ and paste the url to your favourite web browser and you should now be good to go:

Credits: