Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moshdev2213/dot-gamer
Dot Gamer is a simple game store management API simplifying game operations đŽ. Built with C#, ASP.NET Core, and Entity Framework Core, it ensures efficient data handling and reliable API operations đ. đ ī¸đģ
https://github.com/moshdev2213/dot-gamer
cs dotnet entityframework sqlite
Last synced: 6 days ago
JSON representation
Dot Gamer is a simple game store management API simplifying game operations đŽ. Built with C#, ASP.NET Core, and Entity Framework Core, it ensures efficient data handling and reliable API operations đ. đ ī¸đģ
- Host: GitHub
- URL: https://github.com/moshdev2213/dot-gamer
- Owner: moshdev2213
- Created: 2024-06-13T09:50:44.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-30T15:24:14.000Z (5 months ago)
- Last Synced: 2024-07-03T18:01:49.663Z (5 months ago)
- Topics: cs, dotnet, entityframework, sqlite
- Language: C#
- Homepage: https://documenter.getpostman.com/view/24755694/2sA3duGtTD
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dot Gamer
## Description
Dot Gamer is a simple game store management system API designed to streamline game operations and enhance user experience đŽ. The project offers a robust set of API endpoints that facilitate various actions related to game and genre management:
This project leverages modern web technologies and frameworks such as C#, ASP.NET Core, and Entity Framework Core to ensure efficient data handling and seamless API operations đ. It emphasizes best practices in API design, including parameter validation and error handling, to maintain reliability and security.
## API Endpoints
| API | EndPoint | Description |
| :------------------ | :----------------- | :--------------------------------------------------------- |
| `server health` | `/` | Server Online đ |
| `Games - List` | `/games/` | Retrieves a list of all games with summary details. đŽ |
| `Games - Details` | `/games/{id}` | Retrieves detailed information about a specific game by ID. đšī¸ |
| `Games - Create` | `POST /games/` | Creates a new game. đ |
| `Games - Update` | `PUT /games/{id}` | Updates an existing game by ID. đ |
| `Games - Delete` | `DELETE /games/{id}`| Deletes a game by ID. đī¸ |
| `Genres - List` | `/genres/` | Retrieves a list of all genres. đ |## Checking GateWay Status
| Status | Value | Description |
| :-------- | :------- | :------------------------- |
| `Online` | `200` | **server Online** |```javascript
{
"message": "server Online"
}
```## Credits
special credits for đ;
```javascript
"https://youtu.be/AhAxLiGC7Pc?si=qNe_2IpsomG8oGxT"
```This README provides a structured overview of the API endpoints, technologies used, and steps to get started with the Dot Gamer API. Adjust the content as per your project's specific details and requirements.