Skip to content

Latest commit

 

History

History
65 lines (36 loc) · 3 KB

README.md

File metadata and controls

65 lines (36 loc) · 3 KB

MKM_email_posts_Webapp

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

Follow up the PDF contents for more details :-

  • Django_Shop_Application.pdf

  • DATABASE USED

  • SQLite

  • 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.

  • 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.

To setup all the libraries use :-

  • cd to the directory where requirements.txt is located.

  • activate your virtualenv.

  • run: pip install -r requirements.txt in your shell.

  • Requirements.txt

alt text

  • WEBSITE INTERFACE

alt text

alt text

alt text

  • DETAILED POST

alt text

alt text

  • ADDING A COMMENT TO A POST

alt text

alt text

  • SHARING A POST REFERRENCE BY AN MAIL

alt text

alt text

  • BACKEND STUFFS

alt text

alt text

alt text

alt text

alt text

alt text