{"id":21541873,"url":"https://github.com/dineshbyte/help-kart","last_synced_at":"2025-03-17T22:59:48.089Z","repository":{"id":65680230,"uuid":"497880422","full_name":"dineshbyte/help-kart","owner":"dineshbyte","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-31T15:25:50.000Z","size":27,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T08:31:34.090Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/dineshbyte.png","metadata":{"files":{"readme":"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}},"created_at":"2022-05-30T09:46:28.000Z","updated_at":"2022-05-30T09:47:19.000Z","dependencies_parsed_at":"2023-02-18T11:32:07.034Z","dependency_job_id":null,"html_url":"https://github.com/dineshbyte/help-kart","commit_stats":null,"previous_names":["dineshbyte/help-kart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshbyte%2Fhelp-kart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshbyte%2Fhelp-kart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshbyte%2Fhelp-kart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dineshbyte%2Fhelp-kart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dineshbyte","download_url":"https://codeload.github.com/dineshbyte/help-kart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244124179,"owners_count":20401683,"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":[],"created_at":"2024-11-24T05:07:53.819Z","updated_at":"2025-03-17T22:59:48.064Z","avatar_url":"https://github.com/dineshbyte.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Template\n\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n## Highlights\n\n- Modern Python development with Python 3.8+\n- Bleeding edge Django 3.1+\n- Fully dockerized, local development via docker-compose.\n- PostgreSQL\n- Celery tasks\n\n### Features built-in\n\n- JSON Web Token authentication using [Simple JWT](https://django-rest-framework-simplejwt.readthedocs.io/en/latest/)\n- API Throttling enabled\n- Password reset endpoints\n- Sentry setup\n- Swagger API docs out-of-the-box\n- Code formatter [black](https://black.readthedocs.io/en/stable/)\n- Tests (with mocking and factories) with code-coverage support\n\n## API Docs\n\nAPI documentation is automatically generated using Swagger. You can view documention by visiting this [link](http://localhost:8000/swagger).\n\n## Prerequisites\n\nIf you are familiar with Docker, then you just need [Docker](https://docs.docker.com/docker-for-mac/install/). If you don't want to use Docker, then you just need Python3 and Postgres installed.\n\n## Local Development with Docker\n\nStart the dev server for local development:\n\n```bash\ncp .env.dist .env\ndocker-compose up\n```\n\nRun a command inside the docker container:\n\n```bash\ndocker-compose run --rm web [command]\n```\n\n## Local Development without Docker\n\n### Install\n\n```bash\npython3 -m venv venv \nsource venv/bin/activate                # activate venv\ncp .env.dist .env                                             # create .env file and fill-in DB info\npip install -r requirements/dev.txt                           # install py requirements\n./manage.py migrate                                           # run migrations\n./manage.py collectstatic --noinput                           # collect static files\nredis-server                                                  # run redis locally for celery\ncelery -A src.config worker --beat --loglevel=debug\n  --pidfile=\"./celerybeat.pid\"\n  --scheduler django_celery_beat.schedulers:DatabaseScheduler # run celery beat and worker\n```\n\n### Run dev server\n\nThis will run server on [http://localhost:8000](http://localhost:8000)\n\n```bash\n./manage.py runserver\n```\n\n### Create superuser\n\nIf you want, you can create initial super-user with next command:\n\n```bash\n./manage.py createsuperuser\n```\n\n### Running Tests\n\nTo run all tests with code-coverage report, simple run:\n\n```bash\n./manage.py test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdineshbyte%2Fhelp-kart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdineshbyte%2Fhelp-kart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdineshbyte%2Fhelp-kart/lists"}