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.
- 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
post1.mp4
post2.mp4
- Django: The web framework used for backend development.
- Clone the repository:
git clone https://github.com/sanjaypahari/MeroKalam.git
cd MeroKalam
- Install the required dependencies:
pip install -r requirements.txt
-
Configure the database settings in
settings.py
. -
Apply migrations:
python manage.py migrate
- Create a superuser for admin access:
python manage.py createsuperuser
- Run the development server:
python manage.py runserver
- Access the website at
http://localhost:8000
in your web browser.
- 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.
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.