arul-ashri / BlogHub

Developed full-stack responsive Blogging web application enabling users to create blogs and vlog posts. Users can like, share and make multi-threaded comments on posts to make them more interactive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full stack Django/React/Redux app that uses token based authentication with Knox.

Quick Start

# Install front-end dependencies
npm install

# Install backend-end dependencies and active virtual env
pipenv shell
pipenv install

# Database Migration (from root)
python blog/manage.py migrate

# Super user Create
python blog/manage.py createsuperuser

# Serve API on localhost:8000 (from root)
python blog/manage.py runserver

# Run webpack (from root)
npm run dev

# Build for production
npm run build

About

Developed full-stack responsive Blogging web application enabling users to create blogs and vlog posts. Users can like, share and make multi-threaded comments on posts to make them more interactive.


Languages

Language:JavaScript 63.7%Language:Python 35.0%Language:HTML 1.3%