Skip to content

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.

Notifications You must be signed in to change notification settings

arul-ashri/BlogHub

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published