{"id":25220514,"url":"https://github.com/palwisha-18/recipe-app-api","last_synced_at":"2026-04-15T05:31:52.293Z","repository":{"id":152444833,"uuid":"594914258","full_name":"Palwisha-18/recipe-app-api","owner":"Palwisha-18","description":"Recipe API Project","archived":false,"fork":false,"pushed_at":"2023-05-12T17:19:38.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T00:27:03.618Z","etag":null,"topics":["django","django-rest-framework","docker","docker-compose","flake8","github-actions","postgresql","python"],"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/Palwisha-18.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,"zenodo":null}},"created_at":"2023-01-30T01:34:55.000Z","updated_at":"2023-01-31T09:51:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"d00ac44d-16ac-40dd-beb9-09357889fb78","html_url":"https://github.com/Palwisha-18/recipe-app-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Palwisha-18/recipe-app-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Palwisha-18%2Frecipe-app-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Palwisha-18%2Frecipe-app-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Palwisha-18%2Frecipe-app-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Palwisha-18%2Frecipe-app-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Palwisha-18","download_url":"https://codeload.github.com/Palwisha-18/recipe-app-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Palwisha-18%2Frecipe-app-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31828530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"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":["django","django-rest-framework","docker","docker-compose","flake8","github-actions","postgresql","python"],"created_at":"2025-02-10T21:53:56.273Z","updated_at":"2026-04-15T05:31:52.271Z","avatar_url":"https://github.com/Palwisha-18.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Recipe App API\n\nThe Recipe App API is a backend API built using Django and Django REST Framework. It allows users to create, update, and view recipes and ingredients. Users can also create accounts, authenticate with the API using a token, and manage their own recipes.\n\n## Installation\n\n1. Clone the repository\n\n   ```\n   git clone https://github.com/Palwisha-18/recipe-app-api.git\n   ```\n\n2. Navigate to the project directory\n\n   ```\n   cd recipe-app-api\n   ```\n\n3. Build the Docker image\n\n   ```\n   docker build -t recipe-app-api .\n   ```\n\n4. Run the Docker container\n\n   ```\n   docker run -p 8000:8000 recipe-app-api\n   ```\n\n5. The API should now be available at http://localhost:8000\n\n## Usage\n\nThe Recipe App API has the following endpoints:\n\n### Authentication\n\n* `POST /api/user/create/` - create a new user\n* `POST /api/user/token/` - authenticate and get an API token\n* `POST /api/user/me/` - update the authenticated user's information\n\n### Recipes\n\n* `GET /api/recipe/` - list all recipes\n* `GET /api/recipe/{id}/` - retrieve a specific recipe by ID\n* `POST /api/recipe/` - create a new recipe\n* `PUT /api/recipe/{id}/` - update a specific recipe by ID\n* `DELETE /api/recipe/{id}/` - delete a specific recipe by ID\n\n### Ingredients\n\n* `GET /api/ingredient/` - list all ingredients\n* `GET /api/ingredient/{id}/` - retrieve a specific ingredient by ID\n* `POST /api/ingredient/` - create a new ingredient\n* `PUT /api/ingredient/{id}/` - update a specific ingredient by ID\n* `DELETE /api/ingredient/{id}/` - delete a specific ingredient by ID\n\nTo authenticate, include an `Authorization` header in your request with the value `Token {token}`, where `{token}` is the token obtained from the `/api/user/token/` endpoint.\n\n## Contributing\n\nIf you'd like to contribute to the Recipe App API, please follow these steps:\n\n1. Fork the repository\n2. Create a new branch for your feature or bugfix\n3. Make your changes and write tests if applicable\n4. Run the tests with `docker-compose run app sh -c \"python manage.py test \u0026\u0026 flake8\"`\n5. Submit a pull request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalwisha-18%2Frecipe-app-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpalwisha-18%2Frecipe-app-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalwisha-18%2Frecipe-app-api/lists"}