islam-kamel / ArabiansDevWorld

ArabiansDevWorld is the first REST API in the Arab world that provides developers with a platform they can use to design and build their own programming world of knowledge. It aims to be a community-driven, open-source knowledge platform for Arab developers and users to create, share, and connect with each other. We believe that a community of Arab developers is essential for the development of Arab technical content in order to boost local talent and fix the issue of national fragmentation. To solve these issues, we are developing a REST API platform and an open-source forum to connect developers from all Arab countries, keeping them up-to-date with the latest developments and ideas. Join the community today!
MIT License
0 stars 0 forks source link

Feed APIs (Write only) #21

Closed islam-kamel closed 2 years ago

islam-kamel commented 2 years ago

News Feed Microservices

Create Microservices to Create new post , update post and delete post

allow only POST PUT DELETE Method

ex. Urls endpoint

POST     Feed/
PUT      Feed/post_id
DELETE   Feed/post_id
hrittik2002 commented 2 years ago

have to do this in javascript?

islam-kamel commented 2 years ago

Django

hrittik2002 commented 2 years ago

oh okkk