A Bucketlist App let's you keep track of some of the things you may want to do in future.
Simply follow these steps:
- create/sign up an account and
- login/sign in to your account
- 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
Go to Github and copy Bucketlist App Url.
Open Your terminal and:
git clone
https://github.com/Gidraff/Bucketlist.git
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
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: