{"id":25939097,"url":"https://github.com/yes20sh/recipes-django-app","last_synced_at":"2026-04-10T23:11:36.628Z","repository":{"id":280515345,"uuid":"942258840","full_name":"yes20sh/Recipes-Django-app","owner":"yes20sh","description":"Recipe Manager is a Django-based web application that allows users to create, update, and manage their favorite recipes. Users can easily add new recipes, edit existing ones, and view a collection of recipes in a user-friendly interface.","archived":false,"fork":false,"pushed_at":"2025-03-11T09:16:13.000Z","size":750,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T10:29:16.759Z","etag":null,"topics":["crud-operation","django","python","sqlite"],"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/yes20sh.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,"publiccode":null,"codemeta":null}},"created_at":"2025-03-03T20:36:12.000Z","updated_at":"2025-03-11T09:16:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"5501ebb8-7c08-4d62-a757-a256820ee839","html_url":"https://github.com/yes20sh/Recipes-Django-app","commit_stats":null,"previous_names":["yes20sh/recipes-django-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yes20sh/Recipes-Django-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yes20sh%2FRecipes-Django-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yes20sh%2FRecipes-Django-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yes20sh%2FRecipes-Django-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yes20sh%2FRecipes-Django-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yes20sh","download_url":"https://codeload.github.com/yes20sh/Recipes-Django-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yes20sh%2FRecipes-Django-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002053,"owners_count":26083286,"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-10-09T02:00:07.460Z","response_time":59,"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":["crud-operation","django","python","sqlite"],"created_at":"2025-03-04T04:15:42.594Z","updated_at":"2025-10-09T21:37:54.370Z","avatar_url":"https://github.com/yes20sh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Title: Recipe Manager\n\n## Description\n\nRecipe Manager is a Django-based web application that allows users to create, update, and manage their favorite recipes. Users can easily add new recipes, edit existing ones, and view a collection of recipes in a user-friendly interface.\n\n## Features\n\n- User authentication and authorization\n- Create, read, update, and delete (CRUD) operations for recipes\n- User-friendly interface for managing recipes\n- Static and media file handling for images and other assets\n\n## Installation Instructions\n\n1. **Clone the repository**:\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd core\n   ```\n\n2. **Set up a virtual environment** (optional but recommended):\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n   ```\n\n3. **Install the required packages**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Run database migrations**:\n   ```bash\n   python manage.py migrate\n   ```\n\n5. **Create a superuser** (optional, for accessing the admin panel):\n   ```bash\n   python manage.py createsuperuser\n   ```\n\n## Usage Instructions\n\nTo run the project, use the following command:\n```bash\npython manage.py runserver\n```\nThen, open your web browser and navigate to `http://127.0.0.1:8000/` to access the application.\n\n### Accessing the Admin Panel\nTo access the admin panel, navigate to `http://127.0.0.1:8000/admin/` and log in with the superuser credentials you created.\n\n## Directory Structure\n\n```\ncore/\n├── core/\n│   ├── settings.py\n│   ├── urls.py\n│   └── wsgi.py\n├── recipes/\n│   ├── migrations/\n│   ├── templates/\n│   └── views.py\n├── manage.py\n└── requirements.txt\n```\n\n## Contributing Guidelines\n\nIf you would like to contribute to this project, please fork the repository and submit a pull request. Ensure that your code adheres to the project's coding standards and includes appropriate tests.\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Additional Information\n\n### Testing\n\nTo run tests for the application, use the following command:\n```bash\npython manage.py test\n```\n\n### Environment Variables\n\nMake sure to set the following environment variables for production:\n- `SECRET_KEY`: Your secret key for the Django application.\n- `DEBUG`: Set to `False` in production.\n\n### Deployment\n\nFor deployment, consider using platforms like Heroku, AWS, or DigitalOcean. Follow their respective documentation for deploying Django applications.\n\n### Support\n\nFor any issues or questions, please open an issue in the repository or contact the project maintainers.\n\n### Author\n\nYashraj Singh Solanki\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyes20sh%2Frecipes-django-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyes20sh%2Frecipes-django-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyes20sh%2Frecipes-django-app/lists"}