Skip to content

tahbee03/gamerank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Gamerank
react node express mongodb bootstrap vite rawg api

Contributors: Fu Jun Pan, Pablo Lara, Sri Tarun Gulumuru, Talike Bennett
Group Name: Katana Koders
Website: https://gamerank-oo3b.onrender.com/

Description

GameRank is a web application designed to build a community among gamers and those that aspire to be so. The app serves as a space for users to share their ideas on games they have played and view the ideas shared by others. With over 500,000 games available to rate, we are hoping GameRank encourages more discussion when it comes to gaming experiences.

Run Front-End Locally

cd client
npm install
npm run dev

Run Back-End Locally

cd server
npm install
npm run dev