A personal diary/journal application built for fun and learning.
This is a personal project created for fun and experimentation. While I'll try to keep it functional, it may not be actively maintained or updated regularly. Feel free to use it as inspiration or fork it for your own purposes!
MyDiary is a simple diary application that allows you to write and manage your personal entries. It was built as a fun side project to explore different technologies and coding patterns.
# Install dependencies
bun install
# Run the development server
bun devCreate a .env file in the root directory with the following variables:
BETTER_AUTH_SECRET=your_auth_secret_here
BETTER_AUTH_URL=http://localhost:3000
TURSO_DATABASE_URL=libsql://your-database-url.turso.io
TURSO_AUTH_TOKEN=your_turso_auth_token
NEXT_PUBLIC_APP_URL=http://localhost:3000Note: Never commit your actual .env file to version control. The above are just example values.
This project is open source and available under the MIT License.
This project was created primarily for personal use and learning. It may contain bugs or incomplete features. Use at your own discretion!