{"id":23231257,"url":"https://github.com/fernando-medeiros/rbi-server-node-api","last_synced_at":"2025-04-05T19:25:20.088Z","repository":{"id":164020945,"uuid":"612799596","full_name":"Fernando-Medeiros/RBI-Server-Node-API","owner":"Fernando-Medeiros","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-23T22:33:48.000Z","size":643,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T17:16:46.134Z","etag":null,"topics":["api-rest","backend-api","game-server","node-express","nodejs","typescript"],"latest_commit_sha":null,"homepage":"https://rbi-server-node-api.onrender.com/docs","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fernando-Medeiros.png","metadata":{"files":{"readme":"docs/README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-12T02:13:17.000Z","updated_at":"2023-10-17T20:37:11.000Z","dependencies_parsed_at":"2024-12-19T02:14:10.387Z","dependency_job_id":"03f4a02a-03ed-4da6-8b73-98b52720106b","html_url":"https://github.com/Fernando-Medeiros/RBI-Server-Node-API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernando-Medeiros%2FRBI-Server-Node-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernando-Medeiros%2FRBI-Server-Node-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernando-Medeiros%2FRBI-Server-Node-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fernando-Medeiros%2FRBI-Server-Node-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fernando-Medeiros","download_url":"https://codeload.github.com/Fernando-Medeiros/RBI-Server-Node-API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247388415,"owners_count":20931022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-rest","backend-api","game-server","node-express","nodejs","typescript"],"created_at":"2024-12-19T02:14:02.591Z","updated_at":"2025-04-05T19:25:20.051Z","avatar_url":"https://github.com/Fernando-Medeiros.png","language":"TypeScript","readme":"# Red Boar Inn -- Server -- API\n\n![Node](https://img.shields.io/badge/Node.JS-white?style=for-the-badge\u0026logo=node.js\u0026logoColor=black)\n![TypeScript](https://img.shields.io/badge/TypeScript-white?style=for-the-badge\u0026logo=TypeScript\u0026logoColor=black)\n![Vitest](https://img.shields.io/badge/Vitest-white?style=for-the-badge\u0026logo=Vitest\u0026logoColor=black)\n![Docker](https://img.shields.io/badge/Docker-white?style=for-the-badge\u0026logo=Docker\u0026logoColor=black)\n![MongoDB](https://img.shields.io/badge/MongoDB-white?style=for-the-badge\u0026logo=Mongodb\u0026logoColor=black)\n![Redis](https://img.shields.io/badge/Redis-white?style=for-the-badge\u0026logo=Redis\u0026logoColor=black)\n\nEste projeto é uma API backend que funciona como servidor para um jogo de RPG. Ele permite a criação e gerenciamento de personagens, incluindo status, inventário, equipamentos e habilidades.\n\n\u003e -   [Como inicializar o projeto](START.md)\n\u003e -   [Estrutura das pastas e arquivos (tree)](STRUCTURE.md)\n\u003e -   [Documentação - swagger - arquivo](../swagger.json)\n\u003e -   [Documentação - swagger - deploy](https://rbi-server-node-api.onrender.com/docs/)\n\u003e -   [Scripts do projeto](../scripts/)\n\n## Endpoints\n\n### Character\n\n\u003e -   **GET** /characters/:id\n\u003e -   **POST** /characters\n\u003e -   **PATCH** /characters\n\u003e -   **DELETE** /characters\n\u003e -   [endpoints - png](endpoints/character.png)\n\u003e -   [character example - json](../examples/character.data.mock.json)\n\n### Status\n\n\u003e -   **GET** /status/:id\n\u003e -   **POST** /status\n\u003e -   **PATCH** /status\n\u003e -   **DELETE** /status\n\u003e -   [endpoints - png](endpoints/status.png)\n\u003e -   [status example - json](../examples/status.data.mock.json)\n\n### Inventory\n\n\u003e -   **GET** /inventories/:id\n\u003e -   **POST** /inventories\n\u003e -   **PATCH** /inventories\n\u003e -   **DELETE** /inventories\n\u003e -   [endpoints - png](endpoints/inventory.png)\n\u003e -   [inventory example - json](../examples/inventory.data.mock.json)\n\n### Equipment\n\n\u003e -   **GET** /equipments/:id\n\u003e -   **POST** /equipments\n\u003e -   **PATCH** /equipments\n\u003e -   **DELETE** /equipments\n\u003e -   [endpoints - png](endpoints/equipment.png)\n\u003e -   [equipment example - json](../examples/equipment.data.mock.json)\n\n### Skills\n\n\u003e -   **GET** /skills/:id\n\u003e -   **POST** /skills\n\u003e -   **PATCH** /skills\n\u003e -   **DELETE** /skills\n\u003e -   [endpoints - png](endpoints/skills.png)\n\u003e -   [skills example - json](../examples/skills.data.mock.json)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernando-medeiros%2Frbi-server-node-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernando-medeiros%2Frbi-server-node-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernando-medeiros%2Frbi-server-node-api/lists"}