Skip to content

InstaBlog is simple Instagram clone with Django framework

Notifications You must be signed in to change notification settings

coder2077/InstaBlog

Repository files navigation

InstaBlog

Shows an illustrated sun in light color mode and a moon with stars in dark color mode.

Information

Blog website like Instagram, built using Django, Tailwind Css and etc... I am not frontend developer so you may not like my design)

Features

  • CRUD capabilties on posts
  • Likes and Comments on posts
  • Add posts to your Saved
  • Profiles, profiles pictures and bios
  • Django admin panel

Website: InstaBlog.

Run in your localhost

  1. Open up terminal and clone the repository
git clone https://github.com/coder2077/InstaBlog.git
  1. Install requirements
pip install -r requirements.txt
  1. Run django server (Make sure that you are in repo dir)
python manage.py runserver

Go to http://127.0.0.1:8000/

Default superuser username: admin and password admin

You can add more feautes and send pr.

Releases

No releases published

Packages

No packages published