Skip to content

Final Project for CS-416-13342, Web Programming, at Central Connecticut State University. Team: Michael Cox, Sean Clifford, and Matthew Quijano.

Notifications You must be signed in to change notification settings

mq022002/fitforge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

263 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS REPOSITORY HAS BEEN ARCHIVED AFTER SUCCESSFUL COMPLETION OF THS PROJECT

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-13342, Web Programming, at Central Connecticut State University. Team: Michael Cox, Sean Clifford, and Matthew Quijano.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •