Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlamSets: CS4750 Final Project by Matthew Callen, Ashwin Johri, Spencer Lewis, Michael Regan

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.

1. Clone the repo locally

Just clone the github repo

2. Set up the virtual environment

  1. Set up a virtual environment for this project. Only need to do this at the very beginning. In terminal run "python -m venv venv"
  2. Run "source venv/bin/activate" to enter the virtual environment
  3. Install required packages with "python -m pip install -r requirements.txt"

3. Set up .env

Create a ".env" file in the base directory using the provided information in the report.

4. Start running the server

Run server with python app.py - runs on http://127.0.0.1:5000

About

Django Project for Database Systems for Tennis Grandslam Statistics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages