{"id":18410096,"url":"https://github.com/shinjimc/django_web_framework_app","last_synced_at":"2026-04-30T11:35:00.839Z","repository":{"id":214843574,"uuid":"737493634","full_name":"ShinjiMC/Django_Web_Framework_App","owner":"ShinjiMC","description":"Little Lemon: A Django-powered web application for 'Little Lemon' restaurant showcasing Home, About, Menu, and Book views. Utilizes Django's framework capabilities, SQLite3 database, and offers seamless reservation functionality.","archived":false,"fork":false,"pushed_at":"2023-12-31T09:15:16.000Z","size":8413,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T19:47:52.304Z","etag":null,"topics":["backend","css","database","django","front-end-development","full-stack","html","meta","python","restaurant","sqlite-database","web-application","web-development","web-framework","web-framework-application"],"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/ShinjiMC.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}},"created_at":"2023-12-31T08:46:13.000Z","updated_at":"2023-12-31T09:19:19.000Z","dependencies_parsed_at":"2023-12-31T10:23:03.917Z","dependency_job_id":"68807eb4-d3bb-4569-9a3f-4e0093274ab8","html_url":"https://github.com/ShinjiMC/Django_Web_Framework_App","commit_stats":null,"previous_names":["shinjimc/django_web_framework_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ShinjiMC/Django_Web_Framework_App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShinjiMC%2FDjango_Web_Framework_App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShinjiMC%2FDjango_Web_Framework_App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShinjiMC%2FDjango_Web_Framework_App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShinjiMC%2FDjango_Web_Framework_App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShinjiMC","download_url":"https://codeload.github.com/ShinjiMC/Django_Web_Framework_App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShinjiMC%2FDjango_Web_Framework_App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32463892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["backend","css","database","django","front-end-development","full-stack","html","meta","python","restaurant","sqlite-database","web-application","web-development","web-framework","web-framework-application"],"created_at":"2024-11-06T03:29:02.595Z","updated_at":"2026-04-30T11:34:55.831Z","avatar_url":"https://github.com/ShinjiMC.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Web Framework App\n\n@ShinjiMC - By Braulio Nayap Maldonado Casilla\n\n## Description of the Project\n\nThe \"Little Lemon\" restaurant web project is designed as an interactive platform catering to the needs of a restaurant business. With a focus on enhancing user experience, it incorporates various views such as Home, About, Menu, and Book. Leveraging Django's framework capabilities, the project utilizes SQLite3 as the underlying database system. Each view serves a distinct purpose: the Home view welcomes users to the restaurant's digital space; the About view provides insights into the restaurant's history, vision, and mission; the Menu view showcases the diverse array of culinary offerings; and the Book view allows patrons to make reservations seamlessly. Through this implementation, the project aims to deliver an engaging and informative online presence for the \"Little Lemon\" restaurant, facilitating user interaction and providing a convenient platform for customers to explore the restaurant's offerings and make reservations effortlessly.\n\n## Running the Project\n\n### Set up a Virtual Environment\n\nTo begin, install `virtualenv` if you haven't already:\n\n```bash\npip install virtualenv\n```\n\nCreate a new virtual environment:\n\n```bash\npython -m venv myenv\n```\n\nFor Windows:\n\n```bash\n./myenv/Scripts/Activate.ps1\n```\n\nFor Linux:\n\n```bash\nsource myenv/Scripts/activate\n```\n\n### Install Django in the Virtual Environment\n\nOnce the virtual environment is activated, install Django:\n\n```bash\npip install django\n```\n\n### Running the Project\n\nTo run the project, execute:\n\n```bash\npython manage.py runserver\n```\n\n### Exiting the Virtual Environment\n\nTo exit the virtual environment when you're done working on the project:\n\n```bash\ndeactivate\n```\n\n## Structure of the Project\n\n### Home View\n\nThe Home view acts as the primary interface, presenting crucial information such as the restaurant's operating hours, menu availability, and a convenient section for making reservations. This section serves as the gateway for visitors, offering a glimpse into the restaurant's offerings and encouraging them to explore further.\n![Home View](.Captures/home.png)\n\n### About View\n\nIn the About view, patrons can delve deeper into the restaurant's narrative. This section encapsulates the restaurant's history, core values, and additional details that define its uniqueness. It provides a comprehensive overview, allowing visitors to connect with the establishment on a more personal level.\n![About View](.Captures/about.png)\n\n### Menu View\n\nThe Menu view showcases the culinary delights available at the Little Lemon restaurant. It displays an assortment of dishes alongside their respective prices, inviting customers to explore the diverse range of flavors and options offered by the establishment.\n![Menu View](.Captures/menu.png)\n\n### Menu Item View\n\nFor a more detailed insight into specific dishes, the Menu Item view provides in-depth information about individual menu items. Visitors can access detailed descriptions, images, and additional specifics about each dish, aiding them in making informed dining choices.\n![Menu Item View](.Captures/menu_item.png)\n\n### Book View\n\nThe Book view streamlines the reservation process, enabling guests to secure their spot at the restaurant hassle-free. It facilitates reservation requests by prompting users to provide their names, specify the party size, preferences, and even offers a convenient visual representation of the restaurant's location through Google Maps.\n![Book View](.Captures/book.png)\n\n## Licencia:\n\nEste proyecto está licenciado bajo [Creative Commons Atribución-NoComercial-CompartirIgual 4.0 Internacional](http://creativecommons.org/licenses/by-nc-sa/4.0/):\n\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-sa/4.0/\"\u003e\n  \u003cimg alt=\"Licencia Creative Commons\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinjimc%2Fdjango_web_framework_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshinjimc%2Fdjango_web_framework_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinjimc%2Fdjango_web_framework_app/lists"}