{"id":22412994,"url":"https://github.com/marcosvbras/inimex-api","last_synced_at":"2026-05-01T01:31:39.475Z","repository":{"id":93743368,"uuid":"100748276","full_name":"marcosvbras/inimex-api","owner":"marcosvbras","description":"A simple RESTful API with Django REST Framework","archived":false,"fork":false,"pushed_at":"2017-09-17T03:02:59.000Z","size":6439,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T03:27:20.708Z","etag":null,"topics":["api","django","django-celery","django-rest-framework","python","rabbitmq","web"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcosvbras.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":"2017-08-18T20:34:50.000Z","updated_at":"2017-09-10T03:46:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"a854298e-e4f3-4629-b05b-62600f4d868f","html_url":"https://github.com/marcosvbras/inimex-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcosvbras/inimex-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcosvbras%2Finimex-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcosvbras%2Finimex-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcosvbras%2Finimex-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcosvbras%2Finimex-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcosvbras","download_url":"https://codeload.github.com/marcosvbras/inimex-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcosvbras%2Finimex-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32482460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","django","django-celery","django-rest-framework","python","rabbitmq","web"],"created_at":"2024-12-05T14:11:35.656Z","updated_at":"2026-05-01T01:31:39.459Z","avatar_url":"https://github.com/marcosvbras.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inimex API\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.github.com/marcosvbras/inimex-api/master/readme_images/colorful_inimex_logo.png\" alt=\"Custom image\"/\u003e\n\u003c/p\u003e\n\n**Inimex API** is a simple RESTful API that provides anime informations and allow that users to make your own anime lists (like the [MyAnimeList](https://myanimelist.net/)). The anime data is consumed from [Kitsu API](https://kitsu.io/).\n\nUsing this API you can:\n1. Perform basic CRUD related to animes.\n2. Add animes to your lists.\n\nThe Inimex API is used for learn more about the magic-huge web world and improve my Jedi Master Programming Skills in Python. This API will be the **Best API** related to animes in the world, **do you doubt it?** \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.github.com/marcosvbras/inimex-api/master/readme_images/pikachu.jpg\" alt=\"Custom image\"/\u003e\n\u003c/p\u003e\n\n## Requirements\n- Python 3.5;\n- RabbitMQ 3.6.11.\n\n## Installation\nInstall all libraries in the `requirements.pip` file:\n\n```\npip install -r requirements.pip\n```\n\n\u003e **RECOMMENDED:** Use [Docker](https://www.docker.com/) or a virtual environment (e.g., [VirtualEnv](https://virtualenv.pypa.io/)) to ensure your dependencies are local to your app.\n\nEnsure to make and run the database migrations:\n\n```\npython manage.py makemigrations\npython manage.py migrate\n```\n\nChange the `BROKER_URL` property in `project/settings.py` file based in your RabbitMQ configurations. Ensure that RabbitMQ is running.\n\n## Running the project\nRun the application using the Django built in server:\n\n```\npython manage.py runserver 0.0.0.0:8000\n```\n\nRun Django Celery:\n\n```\ncelery --app=project worker --loglevel=INFO\n```\n\n(Optional) Run Django Celery Flower to tasks monitoring:\n\n```\ncelery --app=project flower\n```\n\n## Stack\n- Backend: Python/Django REST Framework\n- Broker: RabbitMQ\n- Database: SQLite\n\n## TO DO List\n- Custom User\n- User registration\n- Retrieve/Update AnimeList endpoint\n\n# License\nCopyright 2017 Marcos Vinícius Brás\n\nLicensed under the Do What The F*ck You Want To Public License, version 2.0. \nSee the LICENSE file to more informations about this awesome license.\n\n    http://www.wtfpl.net/about/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcosvbras%2Finimex-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcosvbras%2Finimex-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcosvbras%2Finimex-api/lists"}