williamlifaith / CodingWithMitchBlog-REST-API

A continuation of the CodingWithMitchBlog course. Adding a REST API using Django REST-framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a REST API

In this course you'll learn to build a REST API for a website so other technologies can interact with it.

This course is a continuation of the "Building a website with Django (Python)" course. Which is a free course where I show you how to build a website like open-api.xyz.

What you'll learn:

  • How to build and customize a Rest API
  • User authentication via Django "TokenAuthentication"
  • Generating Auth Tokens from a mobile app
  • CRUD functionality on a live website:
    1. Create blog posts
    2. Retrieve blog posts
    3. Update blog posts
    4. Delete blog posts
  • Pagination (very important for mobile apps)
  • Serialization of data
  • JSON

About

A continuation of the CodingWithMitchBlog course. Adding a REST API using Django REST-framework


Languages

Language:JavaScript 41.0%Language:CSS 31.0%Language:Python 18.1%Language:HTML 10.0%