This is a bucket list application that allows users to create accounts and to login. Once logged in, a user can create a bucket list and add items to it.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
Python 3
- Clone the repo by running
git clone https://github.com/briankabiro/Bucket-List.git
. - Install dependencies as per the requirements.txt file within your virtual environment.
pip install -r requirements.txt
. - Start the app by running
python app.py
All contributions are welcome. Pull requests must be clear and precise.
- Brian Kabiro - Initial work - bkkr
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Bucky Roberts for the Flask tutorials
- Inspiration from Dribbble