Alex Wang, Melissa Kelly, Edwin Chen, Wyatt Destabelle
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.
Before starting, ensure you have the following installed:
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>
- Clone the repository:
git clone [repository-url]
cd [repository name]
- Start Docker Compose:
docker-compose down --volumes --remove-orphans
docker-compose up --build
- Access:
- Web App: http://localhost:8080
- MongoDB Express: http://localhost:27017
Login:admin
/pass