Skip to content

erfanmor/django-blog

Repository files navigation

Django Blog project

  • Attention: This site is a backend project and not much attention has been paid to its front end (to the extent required and to show the capabilities of the front end).

  • This site create with Django and use many features.

Description :

  • In this project used DRF (Django Rest Framework) with documentation

    user-info API used Token authentication and user-posts API used JWT authentication. Except for these, none of them have authentication.

  • The codes for using postgresql and redis are available as comments in the database setting.

  • In this project, I showed my familiarity with Frontend, such as changing html and css, as well as writing javascript and ajax but since the project is a backend project, the frontend is not overworked.

  • Clean coding with comment.

Site features :

  • API (DRF)
  • JWT and Token authentication
  • Postgresql and Redis database (default SQLite)
  • Signup and login system
  • Forget password and recovery
  • Custom user profile page
  • Add post and edit
  • Posts categories
  • Like and comment

About

A backend-focused Django blog project showcasing RESTful APIs with Django REST Framework, JWT and Token authentication, PostgreSQL and Redis integration, and clean, well-documented code. Includes minimal frontend customization with HTML, CSS, and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors