Skip to content

A simple and secure diary app where users can log in and manage their daily entries. It supports creating, editing, and deleting notes, with a clean and responsive design built using Django and Bootstrap.

Notifications You must be signed in to change notification settings

leela-rani6/Diary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Diary

A simple and secure diary app where users can log in and manage their daily entries. It supports creating, editing, and deleting notes, with a clean and responsive design built using Django and Bootstrap.

Features

  1. User registration and login
  2. Create, view, edit, and delete diary entries
  3. Entries organized by date
  4. Clean and responsive UI using Bootstrap
  5. Secured with Django’s authentication system

Tech Stack

  1. Backend: Django (Python)
  2. Frontend: HTML, CSS, Bootstrap
  3. Database: SQLite (default Django DB)

Project Setup

  1. Clone the repository:
    git clone https://github.com/leela-rani6/DiaryApp.git
    cd DiaryApp
  2. Create and activate a virtual environment:
    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install dependencies:
    pip install -r requirements.txt
  4. Apply migrations:
    python manage.py migrate
  5. Run the development server:
    python manage.py runserver

Usage

  1. Register for an account.
  2. Log in to your dashboard.
  3. Start adding diary entries.
  4. Edit or delete entries as needed.

Author

Nagineni Leela Rani GitHub: @leela-rani6

About

A simple and secure diary app where users can log in and manage their daily entries. It supports creating, editing, and deleting notes, with a clean and responsive design built using Django and Bootstrap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published