Skip to content

hanzalaareeb/Blog-app-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django Blog API

This is a simple Blog API built using Django and Django REST Framework. It features user authentication and supports creating and managing blog posts. The API is designed with two main apps: accounts for user management and posts for handling blog content.

Features

  • User authentication
  • Create, read, update, and delete blog posts
  • Browsable API interface
  • CORS support with django-cors-headers

Getting Started

Create python venv

    python -m venv .venv

activate env

    source .venv/bin/activate

Prerequisites

  • Python 3.x
  • Django 3.x or higher
  • Django REST Framework
  • django-cors-headers

Installation

  1. Clone the repository:

    git clone https://github.com/hanzalaareeb/Blog-app-Django.git
  2. Run requierment.txt:

    pip install -r requirements.txt

Future Updates

  1. add permissions

  2. Add user authentications

About

Django blog api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages