/Blogger

End to end web application for blogging made in Django which supports user authentication and CRUD functionalities

Primary LanguagePython

✍🏽 Blogging Website Using Django ✍🏽

This is the Blogging Website made using Django.


Technologies Used 👨🏽‍💻:

  1. Python
  2. Django
  3. Sqlite3 Database
  4. HTML, CSS, JavaScript
  5. Bootstrap

Features 📋

⚡️ User Authentication.
⚡️ Comment the blogs of other users.
⚡️ Create new Blog.
⚡️ Modify previous blogs.
⚡️ Delete Blog with one click.


Installation 📦

pip install -r requirements.txt

Clone

  • Clone this repo to your local machine.

Run server locally

$ python manage.py runserver

Go to localhost:8000


Contributing 💡

Step 1

  • Option 1

    • 🍴 Fork this repo!
  • Option 2

    • 👯 Clone this repo to your local machine.

Step 2

  • Build your code 🔨🔨🔨

Step 3

  • 🔃 Create a new pull request.