Skip to content

Final Project for CS-416 Web Programming, at Central Connecticut State University

Notifications You must be signed in to change notification settings

BigRedDoge/FitForge

 
 

Repository files navigation

FitForge

Final Project for CS-416 Web Programming, at Central Connecticut State University.

Team: Michael Cox, Sean Clifford, and Matthew Quijano.

https://fitforge.club (site is down now)


Screenshots

home

exercises

workout


Setup

# Create a virtual environment
python -m venv .venv

# Activate the virtual environment
# On Windows
venv\Scripts\activate
# On Unix or MacOS
source venv/bin/activate

# Install the dependencies
pip install -r requirements.txt

# Run
python manage.py runserver

About

Final Project for CS-416 Web Programming, at Central Connecticut State University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 54.2%
  • HTML 40.9%
  • JavaScript 4.4%
  • CSS 0.5%