Skip to content

This project by Luke Sparlin and Joshua Hooper is for Hacklahoma 2023. It is a scheduler for Luke's tennis racket stringing service.

Notifications You must be signed in to change notification settings

joshc0des/hacklahoma2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tennis Twine (Han Solo Servers)

Hacklahoma 2023 Project by Luke Sparlin and Joshua Hooper

Setup Instructions:

  1. Clone the repository
  2. Make the Python virtual environment (inside the project folder) then activate it
    • On Mac/Linux:
      • python3 -m venv venv
      • . venv/bin/activate
    • On Windows:
      • py -3 -m venv venv
      • venv\Scripts\activate
  3. Install the required Python libraries from the included requirements file
    • pip3 install -r requirements.txt
  4. Set environment variable FLASK_APP to flaskapp
    • On Mac/Linux:
      • export FLASK_APP=flaskapp
    • On Windows:
      • set FLASK_APP=flaskapp (CMD)
      • $env:FLASK_APP="flaskapp" (Powershell)
  5. Initialize the SQLite database
    • flask init-db
  6. Start the application
    • flask run

About

This project by Luke Sparlin and Joshua Hooper is for Hacklahoma 2023. It is a scheduler for Luke's tennis racket stringing service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published