Brief introduction of your web application. Mention its purpose, key features, and target audience.
🚀 Features
Add Post: Users can create and publish posts. Comment: Users can engage in discussions by commenting on posts. Delete Post: Post creators can delete their posts. Integrated TinyMCE: Utilizes TinyMCE for rich text editing capabilities. Category & Tags: Organize posts with categories and tags. URL Management: URL routing managed within the application. Demo Include screenshots or a GIF demonstrating the key features and UI of your web application.
Installation Provide instructions on how to install and set up your application locally. Include any dependencies that need to be installed and steps to configure the environment.
git clone https://github.com/BijayaKumarTiadi/WebscienceBlog.git
cd WebscienceBlog
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
Usage Provide instructions on how to use your application. Include steps to access different features and any additional details users might need to know.
🤝 Contributing If you'd like to contribute to this project, please follow the Contributing Guidelines.
📝 License This project is licensed under the MIT License - see the LICENSE file for details.
🙏 Acknowledgments Mention any contributors, libraries, or resources that you'd like to acknowledge.
License This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments Mention any contributors, libraries, or resources that you'd like to acknowledg