Django Blog App

This application is a clone blog website. In this application, you can share your blogs and comment on other people's blogs. Purpose of this application is to increase my knowledge and practice in Django. I made the frontend part of the application using bootstrap4, html, css.

Tools

Frontend: Html, CSS, Bootstrap4

Server Side: Django and SQLite3

Download and Run Blog App

After cloning repository you need to create virtual enviroment and download django.

Create venv and Activate It:

On windows

    python -m venv venv

    venv\Scripts\activate

On Lınux and MacOS

    Python3 -m vena ./venv

    Source ./venv/bin/activate

Install Django:

    pip install django

Run app:

    python manage.py runserver

Screenshots

Main Page

main

About Page

about

Actions in Application

actions