Re: create browser api

2022-07-13 Thread Lakshyaraj Dash
Follow the following playlist to have a complete idea on a blog app. This may be more than enough: Link : https://youtube.com/playlist?list=PLfH6LOk1xz2FB1RphEcKWWHIrNYxHFsJj On Wed, Jul 13, 2022, 19:31 Rushikesh Chavan wrote: > i want to create an api which will be used to maintain comment

Re: create browser api

2022-07-13 Thread Lakshyaraj Dash
First thing is Disqus is made in django and you must know how to handle comments and replies system in django then you can proceed to build your api. It's really easy to handle comments and replies in django than flask. In flask you need some time to do that. But in django with the help of foreign

create browser api

2022-07-13 Thread Rushikesh Chavan
i want to create an api which will be used to maintain comment section of websites. And it can be integrated to websites like blog web application. But i am not able to get how can i integrate api with website and create an api to make get and post requests , i want to create somewhat like