{"id":18555532,"url":"https://github.com/jwdev66/foodorder-api","last_synced_at":"2026-04-29T15:38:00.893Z","repository":{"id":71380356,"uuid":"350763370","full_name":"jwdev66/foodorder-api","owner":"jwdev66","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-23T15:29:50.000Z","size":393,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T11:26:59.735Z","etag":null,"topics":["api","django","django-rest-framework","python","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwdev66.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2021-03-23T15:29:23.000Z","updated_at":"2021-03-23T15:31:33.000Z","dependencies_parsed_at":"2023-02-22T17:16:12.174Z","dependency_job_id":null,"html_url":"https://github.com/jwdev66/foodorder-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwdev66%2Ffoodorder-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwdev66%2Ffoodorder-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwdev66%2Ffoodorder-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwdev66%2Ffoodorder-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwdev66","download_url":"https://codeload.github.com/jwdev66/foodorder-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254346626,"owners_count":22055809,"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":["api","django","django-rest-framework","python","rest-api"],"created_at":"2024-11-06T21:27:02.428Z","updated_at":"2026-04-29T15:38:00.848Z","avatar_url":"https://github.com/jwdev66.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Food Ordering Service API\nThis project has been developed by [Seyed Mohammad Mousavi](https://github.com/SMMousaviSP)\nand [Ali Abbasi](https://github.com/aliabbasi6138) with django for educational\npurposes and should not be used in production without checking for security\nissues and other important stuff.\n\nFor running this on your computer first make sure you have `python3.6` or later\n, then install `virtualenv` package.\n```\npip install virtualenv\n```\n\nCreate a virtual environment in main directory of the project (same folder as\nthis file) preferably with a name like `venv`, `env`, `.venv` or `.env` so\n`.gitignore` file can ignore it without any modification, I assumed you're\ngonna use `.venv`.\n```\nvirtualenv .venv\n```\n\nActivate your virtual environment:\n```\nsource .venv/bin/activate\n```\n\nOr if you're still using windows:\n```\n.\\venv\\Scripts\\activate\n```\n\nThen install all of the project's dependencies without affecting anything on your\ncomputer.\n```\npip install -r requirements.txt\n```\n\nMake migrations:\n```\npython manage.py makemigrations\n```\n\nApply the created migrations:\n```\npython manage.py migrate\n```\n\nCreate a super user, the terminal will ask for information itself.\n```\npython manage.py createsuperuser\n```\n\nNow you can run a Django development server, it will use port `8000` by\ndefault:\n```\npython manage.py runserver\n```\n\nLogin with your super user `username` and `password` at this url (I assumed\nDjango development server is running on the default port and you didn't\nchange it.):\n```\nhttp://127.0.0.1:8000/api/v1/api-auth/login/\n```\n\nNow, because you're a super user you can see all of the API documentations in\nthis url, if you visit this url while you are not a super user, you only see\nAPIs which you have access to.\n```\nhttp://127.0.0.1:8000/api/v1/documentation/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwdev66%2Ffoodorder-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwdev66%2Ffoodorder-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwdev66%2Ffoodorder-api/lists"}