Skip to content

software-students-spring2025/5-final-unknownteam

 
 

Repository files navigation

Web App CI

Team Members

Alex Wang, Melissa Kelly, Edwin Chen, Wyatt Destabelle

Project Description

Our project is a Wordle-esque game where players guess a randomly determined country. Unlike Wordle, however, instead of getting hints about the letters in the name of the country, we give hints on various traits, such as its landmass, GDP, and geographical location.

Prerequisites

Before starting, ensure you have the following installed:

Environment Variables

The following environment variables are required in the .env file:

MONGO_URI='mongodb+srv://<username>:<password>@<connectionstring>/<databasename>?ssl=true&ssl_cert_reqs=CERT_NONE'
MONGO_DBNAME=<databasename>

App Setup with Docker

  1. Clone the repository:
git clone [repository-url]
cd [repository name]
  1. Start Docker Compose:
docker-compose down --volumes --remove-orphans
docker-compose up --build
  1. Access:

Container Images

Web App

Deployment link

Play our game!

About

software-engineering-spring-2025-5-final-final-project created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.2%
  • HTML 17.8%
  • PowerShell 7.5%
  • CSS 5.7%
  • Shell 3.5%
  • Dockerfile 0.3%