Skip to content

MeroKalam - A blogging site built using Django framework.

Notifications You must be signed in to change notification settings

beacon404/MeroKalam

Repository files navigation

MeroKalam Blog Site

Welcome to MeroKalam - A blog site where users can write and share articles and blogs. This repository contains the source code for the backend of the website built using Django framework.

This is an open-source project. Feel free to contribute.

Features

  • User-friendly article creation, modification, and deletion.
  • User authentication system with login, registration, and password reset functionalities.
  • Responsive and intuitive user interface.
  • Efficient routing and interaction with the backend using Django's powerful features... more to add

Previews

post1.mp4
post2.mp4

Technologies Used

  • Django: The web framework used for backend development.

Installation

  1. Clone the repository:
git clone https://github.com/sanjaypahari/MeroKalam.git
cd MeroKalam
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Configure the database settings in settings.py.

  2. Apply migrations:

python manage.py migrate
  1. Create a superuser for admin access:
python manage.py createsuperuser
  1. Run the development server:
python manage.py runserver
  1. Access the website at http://localhost:8000 in your web browser.

Usage

  • Register an account or log in if you already have one.
  • Create, edit, or delete your articles and blogs.
  • Explore other users' content.
  • Update your profile and manage your settings.

License

This project is licensed under the MIT License.


Happy blogging with MeroKalam! If you encounter any issues or have suggestions, please don't hesitate to contact us.

About

MeroKalam - A blogging site built using Django framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published