{"id":30776103,"url":"https://github.com/polymathuniversata/restaurantordermgtsys","last_synced_at":"2025-09-05T04:11:03.091Z","repository":{"id":310388806,"uuid":"1039672372","full_name":"polymathuniversata/RestaurantOrderMgtSys","owner":"polymathuniversata","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-24T16:48:03.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-24T20:56:26.149Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/polymathuniversata.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":"2025-08-17T18:30:45.000Z","updated_at":"2025-08-24T16:48:07.000Z","dependencies_parsed_at":"2025-08-21T15:01:35.516Z","dependency_job_id":null,"html_url":"https://github.com/polymathuniversata/RestaurantOrderMgtSys","commit_stats":null,"previous_names":["polymathuniversata/restaurantordermgtsys"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/polymathuniversata/RestaurantOrderMgtSys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polymathuniversata%2FRestaurantOrderMgtSys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polymathuniversata%2FRestaurantOrderMgtSys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polymathuniversata%2FRestaurantOrderMgtSys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polymathuniversata%2FRestaurantOrderMgtSys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polymathuniversata","download_url":"https://codeload.github.com/polymathuniversata/RestaurantOrderMgtSys/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polymathuniversata%2FRestaurantOrderMgtSys/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273709898,"owners_count":25153950,"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-09-05T02:00:09.113Z","response_time":402,"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":[],"created_at":"2025-09-05T04:11:00.059Z","updated_at":"2025-09-05T04:11:03.075Z","avatar_url":"https://github.com/polymathuniversata.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Restaurant Order Management System\n\nA RESTful API for managing restaurant orders, built with Django and Django REST Framework.\n\n## Features\n\n- User authentication (JWT)\n- Restaurant and customer profiles\n- Menu management\n- Order processing\n- Admin dashboard\n\n## Setup\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/RestaurantOrderMgtSys.git\n   cd RestaurantOrderMgtSys\n   ```\n\n2. Create and activate a virtual environment:\n   ```bash\n   python -m venv venv\n   .\\venv\\Scripts\\activate  # On Windows\n   ```\n\n3. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Run migrations:\n   ```bash\n   python manage.py migrate\n   ```\n\n5. Create a superuser:\n   ```bash\n   python manage.py createsuperuser\n   ```\n\n6. Run the development server:\n   ```bash\n   python manage.py runserver\n   ```\n\n## API Documentation\n\nAccess the API documentation at:\n- Swagger UI: http://localhost:8000/swagger/\n- ReDoc: http://localhost:8000/redoc/\n\n## Project Structure\n\n```\nrestaurant_order_system/\n├── accounts/           # User authentication and profiles\n├── menu/               # Menu management\n├── orders/             # Order processing\n└── restaurant_order_system/  # Project configuration\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolymathuniversata%2Frestaurantordermgtsys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolymathuniversata%2Frestaurantordermgtsys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolymathuniversata%2Frestaurantordermgtsys/lists"}