/Event-Planner

Event Planner Software created for a Software Engineering class

Primary LanguageJavaScript

Event-Planner

Event Planner WebApp Created by Max Kern, Jessica Doayl, Colin McNally, and John Siegel

Instructions:

Windows:

  1. Download and save the repository in the Documents folder.

  2. Download and install Python 3.#

  3. Download and install node.js

  4. Download and install Git Bash

  5. Run Git Bash.

  6. Run the following commands (in order) inside of the Git Bash terminal:

    curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
    python get-pip.py
    python -m pip install flask
    cd Document/Event-Planner/WebApp
    python app.py

  7. highlight over http://127.0.0.1:5000/ in the Git Bash terminal right click and select Open

If the keyword python does not work then use the keyword py