{"id":18620646,"url":"https://github.com/raelzeraxd/api","last_synced_at":"2026-04-11T09:32:51.977Z","repository":{"id":227380642,"uuid":"771279522","full_name":"RaelzeraXD/api","owner":"RaelzeraXD","description":"This project demonstrates a RESTful API implementation in both Python and Go with MySQL and MongoDB. The API uses JWT tokens for authentication, with two implementations utilizing RabbitMQ as a message broker. Swagger is integrated for API documentation and better visualization of endpoints.","archived":false,"fork":false,"pushed_at":"2024-07-06T00:57:31.000Z","size":65,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T10:57:07.837Z","etag":null,"topics":["django","docker","fiber","flask","gin-gonic","mongodb","mysql","restful-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RaelzeraXD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-03-13T02:14:18.000Z","updated_at":"2024-07-06T00:57:34.000Z","dependencies_parsed_at":"2024-04-05T15:26:27.854Z","dependency_job_id":"f3125c4d-7305-4a89-9d2a-850c3ad4a99e","html_url":"https://github.com/RaelzeraXD/api","commit_stats":null,"previous_names":["raelzeraxd/flask-mysql-api","raelzeraxd/mysql-api","raelzeraxd/apidb","raelzeraxd/restful-api","raelzeraxd/restful_api","raelzeraxd/api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RaelzeraXD/api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaelzeraXD%2Fapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaelzeraXD%2Fapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaelzeraXD%2Fapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaelzeraXD%2Fapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RaelzeraXD","download_url":"https://codeload.github.com/RaelzeraXD/api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaelzeraXD%2Fapi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267505099,"owners_count":24098346,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["django","docker","fiber","flask","gin-gonic","mongodb","mysql","restful-api"],"created_at":"2024-11-07T04:07:21.874Z","updated_at":"2026-04-11T09:32:51.934Z","avatar_url":"https://github.com/RaelzeraXD.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RESTful API\nThis project demonstrates a RESTful API implementation in both Python and Go with MySQL and MongoDB. The API uses JWT tokens for authentication, with two implementations utilizing RabbitMQ as a message broker. Swagger is integrated for API documentation and better visualization of endpoints.\n## Prerequisites\n- [Docker](https://www.docker.com/get-started): Docker is required to run the application in a container.\n\n## Usage\nOnce the application is running, you can access the API endpoints as described below. Swagger documentation is available at /swagger or /docs depending on the framework used.\n## EndPoints\n1. **GET /users**\n* Desc: Returns all users\n3. **GET /users/ID**\n* Desc: Returns a single user\n3. **POST /create**\n* Desc: Create a new user\n* input:\n```\n{\n    \"name\": \"israel\",\n    \"age\": 22\n}\n```\n4. **PUT /update/ID**\n* Desc: Update the user identified by their `ID`\n* input: name and/or age that you want to modify\n5. **DELETE /delete/ID**\n  * Desc: Delete the user identified by their `ID`\n\n## Installation\n## Go(Gin + Mysql)\n* git clone https://github.com/RaelzeraXD/api\n* cd api/gin\n* docker-compose up\n## Go(Fiber + MongoDB)\n* git clone https://github.com/RaelzeraXD/api\n* cd api/fiber\n* docker-compose up\n## Python(Django + Mysql)\n* git clone https://github.com/RaelzeraXD/api\n* cd api/django\n* docker-compose up\n## Python(Flask + MongoDB)\n* git clone https://github.com/RaelzeraXD/api\n* cd api/flask\n* docker-compose up\n\n### Contributing\nContributions are welcome! Please fork the repository and create a pull request with your changes.\n\n### License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraelzeraxd%2Fapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraelzeraxd%2Fapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraelzeraxd%2Fapi/lists"}