Skip to content

Ru28/Blog-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Website

Setup

Create Virtual Environment

pip install virtualenv
virtualenv env

Activate Virtual Environment (Windows)

env\Scripts\activate

Installation

Install all dependencies using requirements.txt

pip install -r requirements.txt

database Mysql

Create Two table Contacts and Posts

Screenshot (47)

Make several columns with header like sno, name, email, phone_num, msg, date in Contacts table.

Screenshot (49)_LI

Make coloums with header like sno, title, tagline, subheader, slug, content, img_file, date in Posts table.

Screenshot (50)

Run the project

 python main.py

Run on port http://127.0.0.1:5000/

Coding Thunder Blog home page

Screenshot_36 Screenshot_37

User can see older and newer post using prev and next button (pagination feature)

Screenshot_38

About Page

Screenshot_39

Contact Me page

Screenshot_40

User can contact admin submitting this form

Screenshot_41

Admin Access Feature: Admin can add, edit and delete the blog Posts

Screenshot_42

Admin Dashboard

Screenshot_43 Screenshot_44 Screenshot_45

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published