Git Product home page Git Product logo

blogging-adda's Introduction

Blogging-Adda

Blogging Adda is a platform that anyone can use to publish their content on the internet in the form of a blog. It is a platform where a writer or even a group of writers share their views on an individual subject. In this platform, content is presented in reverse chronological order, with the latest posts appearing first. The primary purpose of this platform is to connect bloggers to the relevant audience.

You can see the live site here

Snapshots

Registration Page

Image of Registration Page

Login Page

Image of Login Page

Home Page

Image of Home Page

About Us Page

Image of About Us Page

New Post

Image of New Post

User Profile Page

Image of User Profile Page

Getting Started with Development

Install virtualenv into you system:

pip install virtualenv

Create virtual environment if needed:

Linux

virtualenv -p python3.8 env

Windows

virtualenv env

Replace env with your virtual environment name and python3.8 with your python version in Linux Environment.

Enter into env directory (virtual environment) if created:

cd env/

Start virtual envirionment:

Linux

source bin/activate

Windows

Script\activate
Clone Git respository:
git clone https://github.com/Prashant1099/Blogging-Adda.git

Enter into cloned repository (Blogging-Adda):

cd Blogging-Adda/

Install all the required modules:

pip install -r requirements

Great now you can work on it ๐ŸŽ‰

blogging-adda's People

Contributors

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