purveshmakode24 / blog-medium

An online publishing platform for professional people or publishers :pencil2:

Home Page:https://blog-medium.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BMedium

An online publishing platform.

BMedium is an online publishing platform. The platform is an example of social journalism, having a hybrid collection of amateur and professional people and publications, or exclusive blogs or publishers on BMedium, and is regularly regarded as a blog host..

Checkout "Disqus - A simple SAAS based discussion platform backend services using DRF" 👉 here

Live

https://blog-medium.herokuapp.com

Installation

  • Fork the repo.
  • Clone the repo.
git clone https://github.com/purveshmakode24/BMedium.git
cd BMedium
  • Install dependencies
pip install -r requirements.txt

Setup for Developement

  • Set DEBUG = True in settings.py
  • Uncomment the DATABASES settings for development and Comment the DATABASES settings for Production in settings.py.

Database Migrations

python manage.py makemigrations
python manage.py migrate

Running

python manage.py runserver
  • Head over to localhost:8000 in your browser.

Contribution Guidelines

If you're new to contributing to Open Source on Github, please check out this contribution guide for more details on how issues and pull requests work.

About

An online publishing platform for professional people or publishers :pencil2:

https://blog-medium.herokuapp.com/

License:MIT License


Languages

Language:Python 59.9%Language:HTML 39.7%Language:CSS 0.3%Language:Procfile 0.1%