Skip to content

This is a Social Blog Website to share your ideas and this website also have 🤖 Text Generation based on Users prompts which will help users to write their blogs

Notifications You must be signed in to change notification settings

Nandhukriss/AI-Powered-Full-Stack-django-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Powered-Full-Stack-django-blog

Features

  • Create Blog Post
  • Create Blog Content Using A.I
  • Delete Blog Post
  • Delete Blog Post
  • Edit Blog Post
  • User Authentication
  • Pagination
  • Blog Category Filter
  • User Profile
  • Detail Post Page

Working Of Prompt Based Blog Content Generator

Untitled.video.-.Made.with.Clipchamp.mp4

Screenshots

Home Page

home page

Home Page-all Post

bloghome2

Detail Page

blogdetail

Installation

  1. Clone the repository:

    git clone https://github.com/Nandhukriss/Public-Tech-Entertainment-Blog-using-Django.git
  2. Navigate to the project directory:

    cd Public-Tech-Entertainment-Blog-using-Django
  3. Create a virtual environment (optional but recommended):

    python -m venv venv
  4. Activate the virtual environment:

    • On Windows:

      venv\Scripts\activate
    • On macOS/Linux:

      source venv/bin/activate
  5. Install project dependencies using the requirements file:

    pip install -r requirements.txt

Running the Project

  1. Apply database migrations:

    python manage.py migrate
  2. Run the development server:

    python manage.py runserver

Visit http://127.0.0.1:8000/ in your web browser to access the Django development server.

About

This is a Social Blog Website to share your ideas and this website also have 🤖 Text Generation based on Users prompts which will help users to write their blogs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published