Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.29 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.29 KB

BlogSite-Webapp-using-Django

BlogExpress is an web-application based on Django framework where a user can upload their blogs. I used HTML with Bootstrap CDN (Content Delivery Network) to designing the web page and use Bootstrap's nav-bar for navigation bar and Bootstrap's modal for login and add blog pop up so that user can login and add content of blog.

VErsion 2.0 of this Project is here: https://github.com/ShubhamSood1406/Django-Blog-v2

Login

User click on Login button to Login with their Username and Password and Django will authenticate the user. image

Home Page

After login to the web-app user will see their name on the top left corner of the navigation-bar with option of "Add Blog" image

Add Blog

When user click on Add Blog then a modal pop-up in which user can enter Title and Content of the Blog. image

This is how Home Page looks after Adding Blog

image