Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleBlog

This is a Django practice to build a blog api

Exercise Overview: Building a Simple Blog API

In this exercise, you’ll create a simple Blog API that allows users to perform CRUD (Create, Read, Update, Delete) operations on blog posts and comments. You’ll utilize DRF’s generic views and serializers to efficiently handle these operations.

Key Objectives:

• Set up a Django project and app. • Define Post and Comment models. • Create serializers for these models. • Implement generic views for CRUD operations. • Configure URL routing. • Test the API endpoints.

About

This is a Django practice to build a blog api

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages