Skip to content

Developing backend API for my soon-to-be personal blog web application Odisea using Django and Django REST.

Notifications You must be signed in to change notification settings

sp-muramutsa/blog_bn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROJECT OVERVIEW

This project implements an API application for a blog site using Django and Django REST. It has models, url endpoints, and api views that support CRUD operations such as author creating articles, and readers can read, comment on, and like said articles.

MODELS

The application consists of the following models:

  1. Reader
  2. Author
  3. Article
  4. Comment

URL Endpoints

  1. articles/
  2. articles/slug

About

Developing backend API for my soon-to-be personal blog web application Odisea using Django and Django REST.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages