Skip to content

GameGrid-Team/gamegrid-server

Repository files navigation

GameGrid Server

Project Description

This is the backend server for GameGrid, a social network for gamers. It handles all server-side logic, data storage, and API endpoints for the client application.

How to Install

Requirements

  • Node.js (v14 or higher)
  • npm (v6 or higher)
  • Git

Installation

  1. Clone the repository(branch should be main):

    git clone https://github.com/GameGrid-Team/gamegrid-server
    cd gamegrid-server
  2. Install dependencies:

    npm install

Running the Server

  1. Start the server using nodemon:

    npm run dev
  2. The server should now be running on http://localhost:3001.

Linting and Testing

  1. Run ESLint:

    npm run lint
  2. Run tests:

    npx cypress run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors