Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.56 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.56 KB

Virtual Recipe Book

The Virtual Recipe Book is a web application built with Django that allows users to manage their recipes. Users can register, log in, and perform CRUD (Create, Read, Update, Delete) operations on recipes, providing a simple yet functional way to organize personal culinary data.


Features

  • User authentication (registration and login).
  • CRUD functionality for managing recipes.
  • Django templates for a dynamic and user-friendly frontend.
  • SQLite database for efficient data storage.

Technology Used

  • Backend: Django Framework
  • Database: SQLite
  • Frontend: Django templates with HTML and CSS

Backend

  • Django: Handles the core application logic, user authentication, and data management.
  • SQLite: A lightweight database solution for storing user and recipe data.

Frontend

  • HTML templates integrated with Django for dynamic content rendering.
  • Basic CSS for styling the pages.
  • Designed to be simple and functional.

Limitations

  • No REST API or external integrations.
  • Limited frontend interactivity without JavaScript.
  • Basic styling, with room for improvement in UI/UX.

Future Enhancements

  • Implement RESTful APIs for recipe sharing.
  • Add advanced filtering and search options for recipes.
  • Integrate a frontend JavaScript framework for a more interactive user experience.
  • Expand the database to support additional recipe metadata, such as preparation time and dietary preferences.

Author