Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.97 KB

README.md

File metadata and controls

52 lines (36 loc) · 2.97 KB

Django-Blogging-App

A kind of basic Blogging App based on Django Framework named "MKM_BLOG".

  • DATABASE USED

  • SQLite ( production purpose )

  • SQLite is a popular choice as embedded database software for local/client storage in application software such as web browsers. It is arguably the most widely deployed database engine, as it is used today by several widespread browsers, operating systems, and embedded systems (such as mobile phones), among others.

  • PostgreSQL ( deployment purpose )

  • PostgreSQL is used as the primary data store or data warehouse for many web, mobile, geospatial, and analytics applications. The latest major version is PostgreSQL 12.

  • DEPLOYED OVER Heroku: Cloud Application Platform

  • Heroku is a container-based cloud Platform as a Service (PaaS). Developers use Heroku to deploy, manage, and scale modern apps. Our platform is elegant, flexible, and easy to use, offering developers the simplest path to getting their apps to market.

  • HOME PAGE

alt text

  • ABOUT PAGE

alt text

  • REGISTER PAGE

alt text

  • LOGIN PAGE

alt text

  • PROFILE PAGE

alt text

  • WRITE A NEW POST PAGE

alt text

  • FORGOT PASSWORD PAGE

alt text alt text alt text alt text

  • UPDATE-DELETE PAGE

alt text alt text alt text

  • POSTS BY INDIVIDUAL PAGE

alt text alt text

  • LOGOUT PAGE

alt text