https://github.com/arman-miaa/gamescope-server
This repository contains the server-side implementation for GameScope, the ultimate game review application. The server handles data storage, CRUD operations, and API endpoints for managing game reviews, and watchlists.
https://github.com/arman-miaa/gamescope-server
express-js jwt-token mongodb nodejs
Last synced: 3 months ago
JSON representation
This repository contains the server-side implementation for GameScope, the ultimate game review application. The server handles data storage, CRUD operations, and API endpoints for managing game reviews, and watchlists.
- Host: GitHub
- URL: https://github.com/arman-miaa/gamescope-server
- Owner: arman-miaa
- Created: 2025-01-08T08:34:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-12T04:38:32.000Z (5 months ago)
- Last Synced: 2025-03-21T01:43:41.076Z (3 months ago)
- Topics: express-js, jwt-token, mongodb, nodejs
- Language: JavaScript
- Homepage: https://gamescope-server-lilac.vercel.app
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌟 GameScope Server: Backend API for Game Review Management
This repository contains the server-side implementation for **GameScope**, the ultimate game review application. The server handles data storage, CRUD operations, and API endpoints for managing game reviews, and watchlists.
---
## 🚀 Key Features
- 🌐 **RESTful API**: Provides endpoints for `GET`, `POST`, `PUT`, and `DELETE` requests.
- 📊 **Sorting & Pagination**: Easily sort and limit data with query parameters.
- 🔒 **Secure Routes**: Protected routes ensure only authenticated users can access critical endpoints.
- 🔍 **Dynamic Filtering**: Filter game reviews by genre, year, or rating.
- ⚡ **Fast and Scalable**: Built with modern backend practices for smooth performance.---
## 🌐 Live Links
- 🌍 **Vercel Live Link**: 👉 [https://gamescope-server-lilac.vercel.app/](https://gamescope-server-lilac.vercel.app/)