Skip to content

stormpython/brewmaster

Repository files navigation

BrewMaster

BrewMaster

[BrewMaster]() is a web application that takes a beer name or brand as input and using a very simple algorithm outputs a list of similar beers.

BrewMaster Index Page

BrewMaster is an example Flask application created with InsightFL, a basic Flask template. Interested in learning how this app was created? Check out the blog post. Or if you're simply interested in the source code, follow the instructions below to fork the project.

System Requirements

  1. Python(v2.7+) with pip installed.

Setup

  1. Fork the project and clone the repository.
git clone git@github.com:<username>/<project>.git
  1. Recommended: Install virtualenv and fire up a virtual environment.
# cd into your InsightFL project folder
# Install virtualenv
sudo pip install virtualenv

# Create virtualenv folder `venv`
virtualenv venv

# Activate the virtual environment
source venv/bin/activate
  1. Install Python project dependencies.
pip install -r requirements.txt
  1. To test your application, run the manage.py file: python manage.py runserver, and open your web browser to localhost:5000.

About

An Example Flask Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published