Current version: 1.1
Added:
- Games:
- FSU Trivia
- Picolo
- Ride the Bus
- Truth or Drink
- Imposter
- Centralized website structure in base.html, including global data structures and styling
- (From v1.01): Implemented Docker functionality for CI/CD pipeline
Using python manage.py (NOT RECOMMENDED):
python manage.py runserver
Using Docker:
docker-compose up --build
python3 -m venv .venv Create venv
source .venv/bin/activate Activate (Linux/Mac)
.venv\Scripts\activate Activate (Windows)
deactivate Deactivate
pip install -r requirements.txt Install dependencies
pip freeze > requirements.txt Save current packages
pip list Show installed packages
git status Check status
git pull origin main Get latest
git checkout -b feature/name New branch
git add . Stage changes
git commit -m "message" Commit
git push origin branch-name Push
- Teena Singh
- Chiara Savoretti
- Ramon Ortega
- Francisco De La Esp.
- Samuel Marcano