MyDairy is a web application built using ASP.NET MVC that allows users to take notes, edit them, delete them, manage their profile, and upload pictures. This README provides an overview of the project and instructions for setting it up and running it on your system.
- Note Taking: Users can create, view, edit, and delete notes.
- Profile Management: Users can manage their profiles, including updating their information and uploading profile pictures.
- User Authentication: Secure user authentication and authorization system.
- Frontend: Built using ASP.NET MVC for a responsive and user-friendly interface.
- Backend: Developed in C# .NET for robust and scalable server-side functionality.
Before you begin, ensure you have met the following requirements:
- .NET SDK installed on your system.
- A compatible database system (e.g., SQL Server) with necessary tables created.
- A code editor (e.g., Visual Studio, Visual Studio Code).