A simple personal diary application built with ASP.NET Core MVC. Write, organize, and manage your daily thoughts and memories.
- Create, read, update, and delete diary entries
- Clean and responsive interface
- Secure data storage with SQL Server
- ASP.NET Core MVC
- SQL Server
- Entity Framework Core
- Bootstrap 5
- Bootstrap Icons
- Clone the repository
git clone https://github.com/ilkeozs/Diary.git
cd Diary/DiaryApp
-
Update connection string in
appsettings.json
-
Run migrations
dotnet ef database update
- Start the application
dotnet run
- Navigate to the home page
- Click "New Entry" to create your first diary entry
- View all entries from the "View Diary" page
- Edit or delete entries as needed
MIT License