Skip to content

hatchways/team-iron-man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Iron Man: ClueWords

Table of Contents:

Preview

This project is currently live at ___________

Login Preview

About

Cluewords: An online multiplayer game with at least 4 players. Players are divided in two teams, blue and red. Each team is further divided into SpyMaster and Operatives. Operatives have to guess correct cards based on clues provided by the SpyMaster. First team to guess all the correct cards wins

Tech Stack

MERN (Mongo, Express, React, Node)

Other Highlights
material-ui
socket.io

Authors

Built by Umer, Chris, and Tony

Setup Guide

Prerequisites

In order to run this project locally you must have node.js installed.

This project was built on the following node version.

$ node --version
v14.16.0

You must also create a .env file in ./server with the following variables:

# randomly generated
SECRET_KEY=" "

# obtained from mongoDB
MONGODB_ATLAS_URI=" "

One more .env file needs to be created in ./client

# obtained from cloudinary
REACT_APP_CLOUDINARY_CLOUD_NAME=" "
REACT_APP_CLOUDINARY_UPLOAD_PRESET=" "

If any of the above environment variables are missing the project will loose some functionality or even fail to run.

Getting Started

git clone https://github.com/hatchways/team-iron-man.git

For client-side/frontend

cd ./client
npm install
npm start

For server-side/backend

cd ./server
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages