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.
- 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.
- 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.
- Clone the repository to your local machine.
- Open the project in Visual Studio.
- Set up the database connection string in the
Web.configfile. - Run the following commands in the Package Manager Console to create the database and apply migrations:
- Build and run the project.
- Register or log in to your account.
- Navigate to the Recipe section to manage recipes.
- Create, view, update, or delete recipes as needed.
- Navigate to the Instruction section to manage instructions for each recipe.
- Create, view, update, or delete instructions as needed.