Skip to content

ramonicv/CEN-Lab-Project

Repository files navigation

CEN Lab Project: Chupi

Current version: 1.1

V1.1 Changelog:

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

Useful commands reference

Running the app (current directory must be project root)

Using python manage.py (NOT RECOMMENDED): python manage.py runserver

Using Docker: docker-compose up --build

Virtual Environment

python3 -m venv .venv Create venv
source .venv/bin/activate Activate (Linux/Mac)
.venv\Scripts\activate Activate (Windows)
deactivate Deactivate

Dependencies

pip install -r requirements.txt Install dependencies
pip freeze > requirements.txt Save current packages
pip list Show installed packages

Git

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

Members:

  • Teena Singh
  • Chiara Savoretti
  • Ramon Ortega
  • Francisco De La Esp.
  • Samuel Marcano

About

Chupi - waterfall-style drinking game

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors