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.
- Node.js (v14 or higher)
- npm (v6 or higher)
- Git
-
Clone the repository(branch should be main):
git clone https://github.com/GameGrid-Team/gamegrid-server cd gamegrid-server -
Install dependencies:
npm install
-
Start the server using nodemon:
npm run dev
-
The server should now be running on
http://localhost:3001.
-
Run ESLint:
npm run lint
-
Run tests:
npx cypress run