SlamSets is a program for the Database Sytems class to present tennis statistics over the past century. This project uses Python, Flask, and MySQL to create a web application for a user to sort through the SlamSets database.
Just clone the github repo
- Set up a virtual environment for this project. Only need to do this at the very beginning. In terminal run "python -m venv venv"
- Run "source venv/bin/activate" to enter the virtual environment
- Install required packages with "python -m pip install -r requirements.txt"
Create a ".env" file in the base directory using the provided information in the report.
Run server with python app.py - runs on http://127.0.0.1:5000