Skip to content

A blogging website where user can create blog, like blog and comment on it

Notifications You must be signed in to change notification settings

divyanshkumarworks/Blogging-Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogging-Portal

A blogging website where user can create blog, like blog and comment on it

Getting Started: 🚀

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites 📋

  1. first of all, You need to install python for running pip command
  2. create a project folder

Local Development

  1. Clone the repository inside this folder
https://github.com/divyanshkumarworks/Blogging-Portal.git
  1. Create Virtual Environment
python -m venv venv
  1. Activate the environment
source /venv/bin/activate
  1. Install Dependencies
pip3 install -r requirements.txt
  1. Make migrations using
python manage.py makemigrations
  1. Migrate Database
python manage.py migrate
  1. Create a superuser
python manage.py createsuperuser
  1. Run server using
python manage.py runserver

Credits

About

A blogging website where user can create blog, like blog and comment on it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published