{"id":22517858,"url":"https://github.com/fandredev/django-recipes","last_synced_at":"2026-05-06T01:33:36.359Z","repository":{"id":227931405,"uuid":"749160887","full_name":"fandredev/django-recipes","owner":"fandredev","description":"An application using Django Web Framework and DRF  to pin content","archived":false,"fork":false,"pushed_at":"2025-02-12T21:33:46.000Z","size":217,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T22:30:28.316Z","etag":null,"topics":["django","django-rest-framework","pytest","python","selenium","unittest"],"latest_commit_sha":null,"homepage":"","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/fandredev.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":"authors/__init__.py","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-27T18:55:32.000Z","updated_at":"2025-02-12T21:32:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed833e28-7b2a-40e4-ae8f-0f7cf2c314da","html_url":"https://github.com/fandredev/django-recipes","commit_stats":null,"previous_names":["fandredev/django-recipes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fandredev%2Fdjango-recipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fandredev%2Fdjango-recipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fandredev%2Fdjango-recipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fandredev%2Fdjango-recipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fandredev","download_url":"https://codeload.github.com/fandredev/django-recipes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245957282,"owners_count":20700232,"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":["django","django-rest-framework","pytest","python","selenium","unittest"],"created_at":"2024-12-07T04:12:51.147Z","updated_at":"2026-05-06T01:33:36.353Z","avatar_url":"https://github.com/fandredev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Stack used\n\n\u003cimg src=\"https://skillicons.dev/icons?i=html,css,javascript,python,django,githubactions,selenium\u0026theme=dark\" /\u003e\n\n**Tests:** Pytest, Unittest\u003cbr\u003e\n**Lint:** Ruff\n\n## Authors\n\n[@fandredev](https://www.linkedin.com/in/devfandre/)\n\n## Installation with uv:\n\n### First, clone this repository.\n\n```bash\ngit clone git@github.com:fandredev/django-recipes.git\n```\n\n## Install dependencies and create environment\n\n```bash\nuv sync\n```\n\n## Run migrations to database\n\n```bash\nuv run python manage.py migrate\n```\n\n## Create a superuser\n\n```bash\nuv run python manage.py createsuperuser\n```\n\n## Clone the .env.example to .env before run server\n\n```bash\ncp .env.example .env\n```\n\n## Run development server\n\n```bash\nuv run python manage.py runserver\n```\n\n## Open development server\n\n\u003ch4\u003e\nOpen browser and put http://127.0.0.1:8000/ in URL browser.\n\u003c/h4\u003e\n\u003cbr\u003e\n\n## Open Django Admin\n\n\u003ch4\u003e\nIn another tab, open browser and put http://127.0.0.1:8000/admin in URL browser. Log in with your superuser\u003c/h4\u003e\n\u003cbr\u003e\n\n## Run tests with unittest\n\n```bash\nuv run python manage.py test\n```\n\n## Run ALL tests with pytest\n\n```bash\nuv run pytest\n```\n\n## Run functional tests with Selenium\n\n```bash\nuv run pytest -m 'functional'\n```\n\n## Run coverage with pytest\n\n```bash\nuv run coverage run -m pytest\n```\n\n## Open coverage report\n\n```bash\nuv run coverage html\n```\n\n\u003ch4\u003eAfter that, open the htmlcov folder and look for the index.html file.\nOpen it in your browser and the project coverage will be there\u003c/h4\u003e\n\u003cbr\u003e\n\n## Use collection\n\n\u003ch4\u003eUse DRF.postman_collection.json file to use Django Rest Framework routes\u003c/h4\u003e\n\n![image](https://github.com/fandredev/django-recipes/assets/49297012/53ff7ffb-8810-4e39-8316-980c7a342a0d)\n\n\u003cbr\u003e\n\n## Feedback\n\nIf you have any feedback, please let us know via profissionalf.andre@gmail.com\n\n## Referencies\n\n- [Django documentation](https://docs.djangoproject.com/en/5.0/)\n- [Python](https://www.python.org/)\n- [Django course by Otávio Miranda](https://www.udemy.com/course/curso-de-django-web-framework-com-python-html-e-css/)\n- [Pytest](https://docs.pytest.org/)\n- [Unittest](https://docs.python.org/3/library/unittest.html)\n- [Ruff](https://docs.astral.sh/ruff/)\n- [Selenium](https://selenium.dev/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffandredev%2Fdjango-recipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffandredev%2Fdjango-recipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffandredev%2Fdjango-recipes/lists"}