Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 625 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 625 Bytes

Blog Web Application

A full-stack web-application made in Django for blogs management.

Key Features

  • Blogger can create blogs and assign topics
  • Readers can follow bloggers & topics and upvote/downvote, comment on blog
  • Blogs can be searched in their respective categories and via tags as well

Developers Team

  • Raju
  • Raju
  • Raju

Installation

  • run on cli
git clone https://github.com/NikhilistRaj/blog-web-app.git
  • create a python virtual environment and run
pip install -r requirements.txt
  • to run the application
cd blog-web-app/src
python manage.py runserver