Skip to content
/ Diary Public

A simple personal diary application built with ASP.NET Core MVC. Write, organize, and manage your daily thoughts and memories with a clean and responsive interface.

License

Notifications You must be signed in to change notification settings

ilkeozs/Diary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diary App

A simple personal diary application built with ASP.NET Core MVC. Write, organize, and manage your daily thoughts and memories.

Screenshots

Features

  • Create, read, update, and delete diary entries
  • Clean and responsive interface
  • Secure data storage with SQL Server

Tech Stack

  • ASP.NET Core MVC
  • SQL Server
  • Entity Framework Core
  • Bootstrap 5
  • Bootstrap Icons

Setup

  1. Clone the repository
git clone https://github.com/ilkeozs/Diary.git
cd Diary/DiaryApp
  1. Update connection string in appsettings.json

  2. Run migrations

dotnet ef database update
  1. Start the application
dotnet run

Usage

  • 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

License

MIT License

About

A simple personal diary application built with ASP.NET Core MVC. Write, organize, and manage your daily thoughts and memories with a clean and responsive interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published