/BucketList

A bucket list web app built with Flask

Primary LanguagePython

Build Status Coverage Status Code Climate

Bucket List

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

Python 3

How to Setup the Project

  1. Clone the repo by running git clone https://github.com/briankabiro/Bucket-List.git.
  2. Install dependencies as per the requirements.txt file within your virtual environment. pip install -r requirements.txt.
  3. Start the app by running python app.py

Built With

Contributing

All contributions are welcome. Pull requests must be clear and precise.

Authors

  • Brian Kabiro - Initial work - bkkr

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Bucky Roberts for the Flask tutorials
  • Inspiration from Dribbble