Code Monkey home page Code Monkey logo

dblog-application's Introduction

DBlog

Powered by Django.

ER Diagram

ER-diagram


Pages

  • Home page
  • Article Detail page
  • Add Post Page
  • Add Category Page
  • Update Post
  • Delete Post
  • Add Comment page
  • Blogs filtered by category page
  • Category List Page
  • Register Page
  • Login Page
  • Edit Profile Page
  • Password Change page
  • Show Profile Page
  • Edit Profile Page
  • Create profile page

Installation

    • Fork the repo
    • Clone the repo to your local system
    git clone https://github.com/pkini2002/DBlog-Application.git
    cd DBlog-Application
    

    Make sure you have python installed on your system.

  1. Create a Virtual Environment for the Project

    If u don't have a virtualenv installed

    pip install virtualenv

    For Windows Users Initially when you clone the project run

    virtualenv env
    source env/Scripts/activate

    For subsequent run of the project you can simply use

    virtualenv env
    env/Scripts/activate

    For Linux Users

    virtualenv env
    source env/Scripts/activate

    If you are giving a different name than env, mention it in .gitignore first

  2. Install all the requirements

    pip install -r requirements.txt
  3. Make migrations/ Create db.sqlite3

    python manage.py makemigrations
    python manage.py migrate
  4. Create a super user. This is to access Admin panel and admin specific pages.

    python manage.py createsuperuser
    

    Enter your username, email and password.

  5. Run server

    python manage.py runserver

Snapshots

Home Page

Home

Article Detail Page

article details

Blogs filtered by category page

category filtering

dblog-application's People

Contributors

dependabot[bot] avatar pal-sam avatar pkini2002 avatar prathikshakini avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.