{"id":20461254,"url":"https://github.com/infectedduck/restaurant-menu-django-application","last_synced_at":"2026-04-21T19:02:04.103Z","repository":{"id":257051372,"uuid":"849879149","full_name":"InfectedDuck/Restaurant-Menu-Django-Application","owner":"InfectedDuck","description":"Little Lemon Restaurant is a Django web application that showcases a menu management system. It features a home page, a menu page displaying items with details, and an about page. The project includes admin management for menu items, built with HTML/CSS for styling.","archived":false,"fork":false,"pushed_at":"2024-09-14T05:31:29.000Z","size":461,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-04T07:34:23.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InfectedDuck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-08-30T12:39:43.000Z","updated_at":"2024-09-14T05:31:57.000Z","dependencies_parsed_at":"2024-09-14T16:07:34.915Z","dependency_job_id":null,"html_url":"https://github.com/InfectedDuck/Restaurant-Menu-Django-Application","commit_stats":null,"previous_names":["infectedduck/restaurant-menu-django-application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/InfectedDuck/Restaurant-Menu-Django-Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfectedDuck%2FRestaurant-Menu-Django-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfectedDuck%2FRestaurant-Menu-Django-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfectedDuck%2FRestaurant-Menu-Django-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfectedDuck%2FRestaurant-Menu-Django-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InfectedDuck","download_url":"https://codeload.github.com/InfectedDuck/Restaurant-Menu-Django-Application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfectedDuck%2FRestaurant-Menu-Django-Application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32105868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-11-15T12:24:31.886Z","updated_at":"2026-04-21T19:02:04.065Z","avatar_url":"https://github.com/InfectedDuck.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Little Lemon Restaurant\n\nWelcome to the Little Lemon Restaurant project! This Django-based application provides a menu management system where users can view menu items, see details about each item, and explore additional information about the restaurant.\n\n## Features\n\n- **Home Page**: A landing page for the restaurant.\n- **Menu Page**: Displays a list of all menu items.\n- **Menu Item Detail Page**: Provides detailed information about a specific menu item.\n- **About Page**: Offers information about the restaurant.\n- **Booking Page**: (Optional) Allows users to make reservations or bookings.\n\n## Tech Stack\n\n- **Django**: A high-level Python web framework that simplifies the development of dynamic web applications.\n- **HTML/CSS**: Used for front-end design and styling.\n- **Python**: The programming language used for the backend.\n\n## Installation\n\n1. **Clone the Repository**:\n\n    ```bash\n    git clone https://github.com/your-username/little-lemon.git\n    cd little-lemon\n    ```\n\n2. **Create and Activate a Virtual Environment**:\n\n    ```bash\n    python -m venv env\n    source env/bin/activate  # On Windows use `env\\Scripts\\activate`\n    ```\n\n\n3. **Apply Migrations**:\n\n    ```bash\n    python manage.py migrate\n    ```\n\n4. **Run the Development Server**:\n\n    ```bash\n    python manage.py runserver\n    ```\n\n5. **Access the Application**: Open your browser and go to `http://127.0.0.1:8000/`.\n\n## File Structure\n\n- **`admin.py`**: Registers the `MenuItem` model with the Django admin interface.\n- **`apps.py`**: Configures the application settings.\n- **`models.py`**: Defines the `MenuItem` model with fields for name, price, description, and image.\n- **`urls.py`**: Configures URL routing for different views.\n- **`views.py`**: Contains the view functions for handling requests and rendering templates.\n- **`settings.py`**: Contains project settings (not shown here but typically includes configurations such as database settings, installed apps, etc.).\n- **`manage.py`**: A command-line utility that lets you interact with this Django project.\n\n## CSS Styling\n\nThe project includes the following CSS styles for general layout and menu page styling:\n\n- **General Styles**: Defines the look and feel of the header, footer, and body.\n- **Menu Page Styles**: Styles for the menu items, including hover effects and image formatting.\n\n## Contributing\n\nIf you wish to contribute to this project, please follow these steps:\n\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE.txt) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfectedduck%2Frestaurant-menu-django-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfectedduck%2Frestaurant-menu-django-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfectedduck%2Frestaurant-menu-django-application/lists"}