NKBlog is a social blogging application designed to facilitate the creation, sharing, and interaction with blog posts within a community.
- User Authentication: Secure sign-up and login functionality.
- Blog Post Creation: Users can create, edit, and delete their blog posts.
- Comment System: Engage with other users through comments.
- Responsive Design: Optimized for both desktop and mobile devices.
- User Profiles: View and manage personal profiles and posts.
To set up NKBlog on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/HeyBuddy-NSK/nkblog.git cd nkblog
-
Install dependencies:
cd requirements pip install -r dev.txt
-
Set environment variables: Create a
.env
file in the root directory and add necessary environment variables as described inset_environment_variables.bat
. -
Run the application:
python nkblog.py
- Python: Backend logic.
- Flask: Web framework.
- HTML/CSS: Frontend design.
- SQLite: Database.
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or feedback, please reach out to the project maintainer.
Thank you for using NKBlog! We hope you enjoy creating and sharing your stories with our community.