Skip to content

MotalibHossain/MH-Tech-Blog-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Blog Website


How to run the project:

  1. Clone/Download the project.
  2. Go to the the project folder where manage.py is located.
  3. create and activate virtual environment.
  4. run this command in terminal: pip install -r requirements.txt
  5. the above command will install all packages required to run the project.
  6. run python manage.py migrate
  7. run python manage.py runserver
  8. go to http://127.0.0.1:8000/

Features:

  • User Login and Registrations.
  • Show User profile after login.
  • user can update their profile.
  • Blog Home page.
  • create a blog post.
  • show the blog details page.
  • any one can do like and comment in a post.

About

Complete blog website using Django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors