Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

passion_project

Recipes_management_passion_project

This project is a Recipe Management System developed using ASP.NET Entity Framework. It allows users to create, view, update, and delete recipes, as well as manage instructions associated with each recipe.

Features

  • Recipe Management: Users can create, view, update, and delete recipes.
  • Instruction Management: Users can manage instructions associated with each recipe.
  • User Authentication: Secure user authentication system to manage access to recipe data.
  • Responsive Design: The application is designed to be responsive and accessible from multiple devices.

Technologies Used

  • ASP.NET MVC: Used for building the web application.
  • Entity Framework: Used for data modeling and database interactions.
  • C#: Backend logic and business logic implementation.
  • HTML/CSS/JavaScript: Frontend development for user interface and interactions.
  • Bootstrap: Frontend framework for responsive design.
  • SQL Server: Database management system for storing recipe and instruction data.

Setup Instructions

  1. Clone the repository to your local machine.
  2. Open the project in Visual Studio.
  3. Set up the database connection string in the Web.config file.
  4. Run the following commands in the Package Manager Console to create the database and apply migrations:
  5. Build and run the project.

Usage

  1. Register or log in to your account.
  2. Navigate to the Recipe section to manage recipes.
  3. Create, view, update, or delete recipes as needed.
  4. Navigate to the Instruction section to manage instructions for each recipe.
  5. Create, view, update, or delete instructions as needed.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors