Myxr

An app to help aspiring bartenders maximize their creative potential

Installation

  1. Download repository
  2. Unzip into desired location and navigate to project directory
  3. Install dependencies with pip freeze -r requirements.txt on the command line
  4. Set flask app environment variable
    • For Windows, enter set FLASK_APP=myxr.py on the command line
    • For Linux/OSX, enter export FLASK_APP=myxr.py on the command line
  5. Run app with flask run on the command line
  6. Navigate to local test server

Made by:

  • Roman Hamilton
  • Cory Cizauskas
  • Antonio Fioca
  • Carter Moriarity
Share this project:

Updates