{"id":19278557,"url":"https://github.com/jod35/pizza-delivery-api-django","last_synced_at":"2026-03-17T09:38:11.505Z","repository":{"id":50380735,"uuid":"413490404","full_name":"jod35/Pizza-delivery-API-Django","owner":"jod35","description":"This is a REST API for a Pizza delivery service implemented with Django.","archived":false,"fork":false,"pushed_at":"2021-10-05T06:14:23.000Z","size":4534,"stargazers_count":29,"open_issues_count":0,"forks_count":19,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T00:38:00.875Z","etag":null,"topics":["django","django-rest-framework","heroku","postgresql"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jod35.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}},"created_at":"2021-10-04T15:57:30.000Z","updated_at":"2025-03-18T00:38:05.000Z","dependencies_parsed_at":"2022-09-01T16:52:31.434Z","dependency_job_id":null,"html_url":"https://github.com/jod35/Pizza-delivery-API-Django","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jod35/Pizza-delivery-API-Django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2FPizza-delivery-API-Django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2FPizza-delivery-API-Django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2FPizza-delivery-API-Django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2FPizza-delivery-API-Django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jod35","download_url":"https://codeload.github.com/jod35/Pizza-delivery-API-Django/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jod35%2FPizza-delivery-API-Django/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30620752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T08:10:05.930Z","status":"ssl_error","status_checked_at":"2026-03-17T08:10:04.972Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","heroku","postgresql"],"created_at":"2024-11-09T21:10:33.964Z","updated_at":"2026-03-17T09:38:11.490Z","avatar_url":"https://github.com/jod35.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## PIZZA DELIVERY API\nThis is a REST API for a Pizza delivery service built for fun and learning with FastAPI, SQLAlchemy and PostgreSQL. The video playlist is \n[here](https://www.youtube.com/playlist?list=PLEt8Tae2spYnLMAf8RGCNYhovIFZHVsPP)\n\n\n## ROUTES TO IMPLEMENT\n| METHOD | ROUTE | FUNCTIONALITY |ACCESS|\n| ------- | ----- | ------------- | ------------- |\n| *POST* | ```/auth/signup/``` | _Register new user_| _All users_|\n| *POST* | ```/auth/jwt/create/``` | _Login user_|_All users_|\n| *POST* | ```/auth/jwt/refresh/``` | _Refresh the access token_|_All users_|\n| *POST* | ```/auth/jwt/verify/``` | _Verify the validity of a token_|_All users_|\n| *POST* | ```/orders/``` | _Place an order_|_All users_|\n| *POST* | ```/orders/``` | _Get all orders_|_All users_|\n| *GET* | ```/order/{order_id}/``` | _Retrieve an order_|_Superuser_|\n| *PUT* | ```/orders/{order_id}/``` | _Update an order_|_All users_|\n| *PUT* | ```/update-status/{order_id}/``` | _Update order status_|_Superuser_|\n| *DELETE* | ```/delete/{order_id}/``` | _Delete/Remove an order_ |_All users_|\n| *GET* | ```/user/{user_id}/orders/``` | _Get user's orders_|_All users_|\n| *GET* | ```/user/{user_id}/order/{order_id}/``` | _Get user's specific order_|\n| *GET* | ```/docs/``` | _View API documentation_|_All users_|\n\n## How to run the Project\n- Install Postgreql\n- Install Python\n- Git clone the project with ``` git clone https://github.com/jod35/Pizza-Delivery-API.git```\n- Create your virtualenv with `Pipenv` or `virtualenv` and activate it.\n- Install the requirements with ``` pip install -r requirements.txt ```\n- Create you database with `python manage.py runserver` \n- Finally run the API \n``` python manage.py runserver ``","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjod35%2Fpizza-delivery-api-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjod35%2Fpizza-delivery-api-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjod35%2Fpizza-delivery-api-django/lists"}