A minimalistic blogging website that empowers users to create engaging content, share their thoughts, and connect with a community of readers. Built with HTML, CSS, Bootstrap, JavaScript, Python, and Django, this website offers a seamless and intuitive experience for both bloggers and readers.
- User Registration and Login: Users can register and create an account to start using the website. They can log in to their account to access the features.
- Create Posts: Authenticated users can create new blog posts. Each post can have a title, content, and an optional photo upload.
- Comments: Users can leave comments on blog posts to engage in discussions.
- Categories and Tags: Users can categorize their posts by adding categories and assign relevant tags to make it easier for others to discover their content.
- Responsive Design: The website is built using Bootstrap, ensuring a responsive and mobile-friendly experience across different devices.
- Front-end: HTML, CSS, Bootstrap, JavaScript
- Back-end: Python, Django
git clone
cd project
python3 -m venv env
.\env\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver