Git Product home page Git Product logo

interest-blog's Introduction

Interest-Blog

This project contains the deep implementation of a blog cum photo sharing platform, designed to show off various features of the Django web framework. Used MongoDB as a backend database for this Django project, without changing the Django ORM by using Djongo API. Project is currently deployed on Heroku cloud service.
Used Bootstrap CSS to make our project responsive, which can render excellently on multiple device sizes. A single website which runs on different device sizes such as on large desktop devices, laptop devices, tablet devices and on mobile devices.


Prerequisites:

  • dj-database-url==0.5.0
  • Django==2.1.4
  • django-heroku==0.3.1
  • djongo==1.2.32
  • pillow==5.1.0
  • pymongo==3.7.2
  • MongoDB

Heroku is a cloud platform as a service supporting several programming languages.
Because the Heroku does not grant unlimited dynos for a free account, any uploaded images will be lost when the dyno restarts. The entire project will be shifted to a paid account to add more persistence for posts in the later phase.

Getting Started

The new user can register using this link. For the primary phase of development, the registration process is kept pretty simple and will be made more authentic later.
Screenshot (62)


Once a user is registered, the user can log in using this link . All the validation is taken care of so please be sure of the specific fields before logging in.
Screenshot (61)


Here we can have a view at users latest feeds and posts. the structure of the blog is kept quite manageable and user-friendly.

How do I run this project locally?

  1. Clone the repository:
    git clone https://github.com/RanaRauff/Interest-Blog.git
  2. Run migrations:
    python manage.py migrate
  3. Create a user:
    python manage.py createsuperuser
  4. Run the server:
    python manage.py runserver
  5. And open 127.0.0.1:8000/login in your web browser.

interest-blog's People

Contributors

dependabot[bot] avatar ranarauff avatar

Stargazers

 avatar

Watchers

 avatar  avatar

interest-blog's Issues

New Table

Propose new and better data table to enhance user experience.

Other Feeds

Add another feeds section such as

  • News from Google

  • twitter feeds

  • facebook feeds

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.