# 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
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
arul-ashri/BlogHub
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 0
No packages published