Git Product home page Git Product logo

blog-aggregator's Introduction

Blog Aggregator

Gitter

This is a django based web application. One need to install python, django and other dependencies to run this project. It's recommended to create a virtual environment and start contributing. As of now only admin can add the blogs and rest can see.

Installation Instructions

  1. Install Python3 and pip
  2. Install virtualenvwrapper and add it to your terminal path.
  3. Clone the repository and create the virtual environment
      $ git clone https://github.com/abhishekbvs/blog-aggregator.git
      $ cd blog-aggregator
      $ mkvirtualenv --python=python3 webapp
      $ workon webapp
    
  4. Install the dependencies from requirements.txt
      $ pip install -r requirements.txt
    

Running the Application

  1. Start the virtual environment workon webapp
  2. Set up the database
      python manage.py migrate
    
  3. Create super user
      python manage.py createsuperuser
    
  4. Run the project
      python manage.py runserver
    

blog-aggregator's People

Contributors

abhishekbvs avatar sayoojsamuel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

blog-aggregator's Issues

Truncate the text of blog

In the home page, all the blogs are shown completely. Truncate the text to a maximum 5 or 6 lines and add a read more button to read the entire blog

Add slug to the blog

Add a permanent link for every blog while creating and use that in the URL instead of post id

Add a Image for the blog

Things to do:

  • Add image field in Post model
  • Change the add post template for adding image
  • Display the image when a particular blog is opened

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.