Mohitbasnet / Blog-project

This is my simple static blog website where i can add my blogs and also can add some tags and comments on the blog.

Home Page:https://mydjangoproject01.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BLOG APP

This Django project aims to create a simples static website for blog.

  1. Clone the repository to your local machine:

    • git clone <repository_url>
  2. Create a virtual environment and activate it:

    • pip install virtualenv
    • virtualenv envname
    • envname\scripts\activate # For Windows
    • source envname/bin/activate # For macOS/Linux
  3. Navigate to the project directory:

    • cd Blog-project
  4. Install project dependencies:

    • pip install -r requirements.txt
  5. Apply database migrations:

    • python manage.py migrate
  6. Run the development server:

    • python manage.py runserver

Features

  • Submit blogs
  • Store blogs
  • Add comments to blog

Tech Stack

  • Django
  • Python
  • SQLite
  • Html
  • CSS

Project Overview

  • Basic Django code
  • Database Design and Models
  • Management of Static Files

Project Overview

  • HomePage

image

  • All Post

image

  • Stored Post

image

  • Comment Section

image

Contributing

Contributions to this project are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

About

This is my simple static blog website where i can add my blogs and also can add some tags and comments on the blog.

https://mydjangoproject01.vercel.app


Languages

Language:Python 56.6%Language:CSS 25.4%Language:HTML 17.9%Language:Shell 0.0%