Gamefriendly is an application designed to connect like-minded gamers across multiple platforms. Create parties and game sessions with gamers of similar skill level, age, and seriousness. This application is still in development. Gamefriendly.io is built upon the Node, Express, MongoDB, ReactJS Stack.
Clone the repo to your machine and run
npm install
In both the root folder and client folder. Once modules are installed, navigate to the root folder and run
npm start
This will start a development server for both the client and API backend. The client will run on port 3000 and the API will be running on port 3001. All requests will be proxied during development.
To strictly run the API server navigate to the root folder and run
npm server