Skip to content

Gavinp14/CSIS3126_Porter

Repository files navigation

Trainer Pro

This project contains a React frontend and a Flask backend. The backend uses a virtual environment and connects to a local MySQL server for data storage.

Prerequisites

Make sure you have the following installed on your system:


Installation

Clone the Repository

git clone https://github.com/gavinp14/CSIS3126_Porter cd CSIS3126_Porter

Backend Setup (Flask)

bash cd backend source venv/bin/activate # On Windows use: venv\Scripts\activate python app.py

Frontend Setup (React)

cd frontend npm start

Running Tests

cd backend source venv/bin/activate # On Windows use: venv\Scripts\activate python tests.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published