{"id":33619,"date":"2024-06-18T10:08:34","date_gmt":"2024-06-18T04:23:34","guid":{"rendered":"https:\/\/code-projects.org\/?p=33619"},"modified":"2024-06-18T10:08:34","modified_gmt":"2024-06-18T04:23:34","slug":"simple-chat-app-using-django-rest-framework","status":"publish","type":"post","link":"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/","title":{"rendered":"Simple Chat App using Django REST Framework"},"content":{"rendered":"\n<p><strong>Project: Simple Chat App using Django REST Framework<\/strong><\/p>\n\n\n\n<p>Please scroll down and click on the download button to download&nbsp;<strong>Simple Chat App using Django REST Framework<\/strong> project for free.<\/p>\n\n\n\n<p>This is a simple web chatting application made using Python Django Framework and Rest API. It contains all the features of any chat app such as login, register functions and allows users to chat with anyone registered to the system.<\/p>\n\n\n\n<p><strong>About System<\/strong><\/p>\n\n\n\n<p>The system is built fully in Django Framework in back-end and HTML, CSS in front-end. It contains similar user interface as a messenger application where all registered users are listed and you can chat with anyone.<\/p>\n\n\n\n<p>Along with the chatting feature, all the recent messages is present on the same screen with scrollbar where user can scroll to see any previous messages with any other user. The web-chatting app also has a admin panel from where all the Chats and Users can be managed.<\/p>\n\n\n\n<p><strong>How To Run The Project?<\/strong><\/p>\n\n\n\n<p>To run this project, you must have&nbsp;installed&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/www.python.org\/downloads\/\" target=\"_blank\">Python<\/a>&nbsp;on your PC. After downloading the project, follow the steps below:<\/p>\n\n\n\n<p><strong>Step-1:&nbsp;<\/strong>Extract\/unzip the file<\/p>\n\n\n\n<p><strong>Step-2:&nbsp;<\/strong>Go inside the project folder, open cmd and type the following commands to install Django Framework and run the webserver:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>pip install -r requirements.txt<\/li><li>python manage.py runserver<\/li><\/ol>\n\n\n\n<p><strong>Step-3:&nbsp;<\/strong>Finally, open the browser and go to&nbsp;<em>localhost:8000<\/em><\/p>\n\n\n\n<p><strong>For admin panel:<\/strong><br>username -&gt; Admin<br>password -&gt; Chatting123<\/p>\n\n\n\n<p>The Simple Chat App using Django REST Framework is free to download,&nbsp;<strong>Use for educational purposes only!<\/strong>&nbsp;In addition, for the&nbsp;<strong>project demo<\/strong>, you can have a look at the video below.<\/p>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Simple Chat App using Django REST Framework | Source Code &amp; Projects\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/TRZcMpjAYTY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n<p>[cpdownload=32fce2c0-04f2-4e5a-90f4-8b59bc2c3a81]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Project: Simple Chat App using Django REST Framework Please scroll down and click on the download button to download&nbsp;Simple Chat [&hellip;]<\/p>\n","protected":false},"author":2404,"featured_media":33624,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[13149,8],"tags":[1565],"post_format":[],"class_list":["post-33619","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-django-projects","category-python","tag-django"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Simple Chat App using Django REST Framework - Source Code &amp; Projects<\/title>\n<meta name=\"description\" content=\"Looking for simple python projects for beginners? Download Chat App using Django REST Framework With Source Code at Source Code and Projects for free!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Simple Chat App using Django REST Framework - Source Code &amp; Projects\" \/>\n<meta property=\"og:description\" content=\"Looking for simple python projects for beginners? Download Chat App using Django REST Framework With Source Code at Source Code and Projects for free!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/\" \/>\n<meta property=\"og:site_name\" content=\"Source Code &amp; Projects\" \/>\n<meta property=\"article:published_time\" content=\"2024-06-18T04:23:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/code-projects.org\/wp-content\/uploads\/2020\/11\/chat.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1597\" \/>\n\t<meta property=\"og:image:height\" content=\"793\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"maximus\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"maximus\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/code-projects.org\\\/simple-chat-app-using-django-rest-framework\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/simple-chat-app-using-django-rest-framework\\\/\"},\"author\":{\"name\":\"maximus\",\"@id\":\"https:\\\/\\\/code-projects.org\\\/#\\\/schema\\\/person\\\/4397e7f0e25846ba5ce162024db00263\"},\"headline\":\"Simple Chat App using Django REST Framework\",\"datePublished\":\"2024-06-18T04:23:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/simple-chat-app-using-django-rest-framework\\\/\"},\"wordCount\":302,\"commentCount\":4,\"publisher\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/#\\\/schema\\\/person\\\/ad6c464da800d8658830febb9d1e5d53\"},\"image\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/simple-chat-app-using-django-rest-framework\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/code-projects.org\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/chat.png\",\"keywords\":[\"django\"],\"articleSection\":[\"Django Projects\",\"Python\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/code-projects.org\\\/simple-chat-app-using-django-rest-framework\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/code-projects.org\\\/simple-chat-app-using-django-rest-framework\\\/\",\"url\":\"https:\\\/\\\/code-projects.org\\\/simple-chat-app-using-django-rest-framework\\\/\",\"name\":\"Simple Chat App using Django REST Framework - Source Code &amp; Projects\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/simple-chat-app-using-django-rest-framework\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/simple-chat-app-using-django-rest-framework\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/code-projects.org\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/chat.png\",\"datePublished\":\"2024-06-18T04:23:34+00:00\",\"description\":\"Looking for simple python projects for beginners? Download Chat App using Django REST Framework With Source Code at Source Code and Projects for free!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/simple-chat-app-using-django-rest-framework\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/code-projects.org\\\/simple-chat-app-using-django-rest-framework\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/code-projects.org\\\/simple-chat-app-using-django-rest-framework\\\/#primaryimage\",\"url\":\"https:\\\/\\\/code-projects.org\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/chat.png\",\"contentUrl\":\"https:\\\/\\\/code-projects.org\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/chat.png\",\"width\":1597,\"height\":793,\"caption\":\"Simple Chat App using Django REST Framework\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/code-projects.org\\\/simple-chat-app-using-django-rest-framework\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/code-projects.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Simple Chat App using Django REST Framework\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/code-projects.org\\\/#website\",\"url\":\"https:\\\/\\\/code-projects.org\\\/\",\"name\":\"Source Code &amp; Projects\",\"description\":\"Projects, Tutorials, and more\",\"publisher\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/#\\\/schema\\\/person\\\/ad6c464da800d8658830febb9d1e5d53\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/code-projects.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/code-projects.org\\\/#\\\/schema\\\/person\\\/ad6c464da800d8658830febb9d1e5d53\",\"name\":\"mysterioushoul\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g\",\"caption\":\"mysterioushoul\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/code-projects.org\\\/#\\\/schema\\\/person\\\/4397e7f0e25846ba5ce162024db00263\",\"name\":\"maximus\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1b02ea38b78a993adcf8579ed70bcfa450ffa6117f8c32862c24b82076058956?s=96&d=monsterid&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1b02ea38b78a993adcf8579ed70bcfa450ffa6117f8c32862c24b82076058956?s=96&d=monsterid&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1b02ea38b78a993adcf8579ed70bcfa450ffa6117f8c32862c24b82076058956?s=96&d=monsterid&r=g\",\"caption\":\"maximus\"},\"url\":\"https:\\\/\\\/code-projects.org\\\/author\\\/maximus\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Simple Chat App using Django REST Framework - Source Code &amp; Projects","description":"Looking for simple python projects for beginners? Download Chat App using Django REST Framework With Source Code at Source Code and Projects for free!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/","og_locale":"en_US","og_type":"article","og_title":"Simple Chat App using Django REST Framework - Source Code &amp; Projects","og_description":"Looking for simple python projects for beginners? Download Chat App using Django REST Framework With Source Code at Source Code and Projects for free!","og_url":"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/","og_site_name":"Source Code &amp; Projects","article_published_time":"2024-06-18T04:23:34+00:00","og_image":[{"width":1597,"height":793,"url":"https:\/\/code-projects.org\/wp-content\/uploads\/2020\/11\/chat.png","type":"image\/png"}],"author":"maximus","twitter_card":"summary_large_image","twitter_misc":{"Written by":"maximus","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/#article","isPartOf":{"@id":"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/"},"author":{"name":"maximus","@id":"https:\/\/code-projects.org\/#\/schema\/person\/4397e7f0e25846ba5ce162024db00263"},"headline":"Simple Chat App using Django REST Framework","datePublished":"2024-06-18T04:23:34+00:00","mainEntityOfPage":{"@id":"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/"},"wordCount":302,"commentCount":4,"publisher":{"@id":"https:\/\/code-projects.org\/#\/schema\/person\/ad6c464da800d8658830febb9d1e5d53"},"image":{"@id":"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/#primaryimage"},"thumbnailUrl":"https:\/\/code-projects.org\/wp-content\/uploads\/2020\/11\/chat.png","keywords":["django"],"articleSection":["Django Projects","Python"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/","url":"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/","name":"Simple Chat App using Django REST Framework - Source Code &amp; Projects","isPartOf":{"@id":"https:\/\/code-projects.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/#primaryimage"},"image":{"@id":"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/#primaryimage"},"thumbnailUrl":"https:\/\/code-projects.org\/wp-content\/uploads\/2020\/11\/chat.png","datePublished":"2024-06-18T04:23:34+00:00","description":"Looking for simple python projects for beginners? Download Chat App using Django REST Framework With Source Code at Source Code and Projects for free!","breadcrumb":{"@id":"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/#primaryimage","url":"https:\/\/code-projects.org\/wp-content\/uploads\/2020\/11\/chat.png","contentUrl":"https:\/\/code-projects.org\/wp-content\/uploads\/2020\/11\/chat.png","width":1597,"height":793,"caption":"Simple Chat App using Django REST Framework"},{"@type":"BreadcrumbList","@id":"https:\/\/code-projects.org\/simple-chat-app-using-django-rest-framework\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/code-projects.org\/"},{"@type":"ListItem","position":2,"name":"Simple Chat App using Django REST Framework"}]},{"@type":"WebSite","@id":"https:\/\/code-projects.org\/#website","url":"https:\/\/code-projects.org\/","name":"Source Code &amp; Projects","description":"Projects, Tutorials, and more","publisher":{"@id":"https:\/\/code-projects.org\/#\/schema\/person\/ad6c464da800d8658830febb9d1e5d53"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/code-projects.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/code-projects.org\/#\/schema\/person\/ad6c464da800d8658830febb9d1e5d53","name":"mysterioushoul","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g","caption":"mysterioushoul"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g"}},{"@type":"Person","@id":"https:\/\/code-projects.org\/#\/schema\/person\/4397e7f0e25846ba5ce162024db00263","name":"maximus","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1b02ea38b78a993adcf8579ed70bcfa450ffa6117f8c32862c24b82076058956?s=96&d=monsterid&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1b02ea38b78a993adcf8579ed70bcfa450ffa6117f8c32862c24b82076058956?s=96&d=monsterid&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1b02ea38b78a993adcf8579ed70bcfa450ffa6117f8c32862c24b82076058956?s=96&d=monsterid&r=g","caption":"maximus"},"url":"https:\/\/code-projects.org\/author\/maximus\/"}]}},"_links":{"self":[{"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/posts\/33619","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/users\/2404"}],"replies":[{"embeddable":true,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/comments?post=33619"}],"version-history":[{"count":11,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/posts\/33619\/revisions"}],"predecessor-version":[{"id":33692,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/posts\/33619\/revisions\/33692"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/media\/33624"}],"wp:attachment":[{"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/media?parent=33619"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/categories?post=33619"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/tags?post=33619"},{"taxonomy":"post_format","embeddable":true,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/post_format?post=33619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}