{"id":19566555,"url":"https://github.com/bushmusi/myblog-api","last_synced_at":"2026-05-14T17:38:19.659Z","repository":{"id":104218779,"uuid":"544049317","full_name":"bushmusi/myblog-api","owner":"bushmusi","description":"This blog API have it's own frontend application. It is my official my own blog website backend. I have used django rest framework to build REST API","archived":false,"fork":false,"pushed_at":"2022-10-01T14:18:56.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T09:46:09.318Z","etag":null,"topics":["blog","blog-api","django","django-rest-framework","easy-blog","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bushmusi.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":"2022-10-01T14:05:07.000Z","updated_at":"2022-10-01T14:11:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"f317259d-6a05-4a87-ae85-a18136a054e4","html_url":"https://github.com/bushmusi/myblog-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bushmusi/myblog-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bushmusi%2Fmyblog-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bushmusi%2Fmyblog-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bushmusi%2Fmyblog-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bushmusi%2Fmyblog-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bushmusi","download_url":"https://codeload.github.com/bushmusi/myblog-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bushmusi%2Fmyblog-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33035982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["blog","blog-api","django","django-rest-framework","easy-blog","rest-api"],"created_at":"2024-11-11T05:32:38.804Z","updated_at":"2026-05-14T17:38:19.645Z","avatar_url":"https://github.com/bushmusi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blog-REST-API\nA REST api written in Django for people with deadlines\n\n## Technologies used\n* [Django](https://www.djangoproject.com/): The web framework for perfectionists with deadlines (Django builds better web apps with less code).\n* [DRF](www.django-rest-framework.org/): A powerful and flexible toolkit for building Web APIs\n\n\n## Installation\n* If you wish to run your own build, first ensure you have python globally installed in your computer. If not, you can get python [here](https://www.python.org\").\n* After doing this, confirm that you have installed virtualenv globally as well. If not, run this:\n    ```bash\n        $ pip install virtualenv\n    ```\n* Then, Git clone this repo to your PC\n    ```bash\n        $ git clone https://github.com/bushmusi/myblog-api.git\n    ```\n\n* #### Dependencies\n    1. Cd into your the cloned repo as such:\n        ```bash\n            $ cd myblog-api\n        ```\n    2. Create and fire up your virtual environment:\n        ```bash\n            $ virtualenv  venv -p python3\n            $ source venv/bin/activate\n        ```\n    3. Install the dependencies needed to run the app:\n        ```bash\n            $ pip install -r requirements.txt\n        ```\n    4. Make those migrations work\n        ```bash\n            $ python manage.py makemigrations\n            $ python manage.py migrate\n            $ python manage.py createsuperuser\n        ```\n\n* #### Run It\n    Fire up the server using this one simple command:\n    ```bash\n        $ python manage.py runserver\n    ```\n    You can now access the file api service on your browser by using\n    ```\n        http://localhost:8000/auth/\n    ```\n    Visit admin page here\n    ```\n        http://localhost:8000/admin/\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbushmusi%2Fmyblog-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbushmusi%2Fmyblog-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbushmusi%2Fmyblog-api/lists"}