ArunimaShukla03 / Web-Diary

0 stars 3 forks source link

JournalEase

JournalEase is a web application for keeping a personal diary online. It allows users to create, view, edit, and delete diary entries. The application is built using the Django framework.

Getting Started

To get started with Web Diary, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/web-diary.git
  2. Create a superuser: python manage.py createsuperuser
  3. Run the development server: python manage.py runserver

You can then access the web diary at http://127.0.0.1:8000/.

Features

Web Diary has the following features:

Contributing

If you'd like to contribute to Web Diary, please fork the repository and create a new branch for your changes. Submit a pull request when your changes are ready.