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 API #20

Closed islam-kamel closed 2 years ago

islam-kamel commented 2 years ago

News Feed Microservices

Create Microservices to GET all feed from database and feet details and Create new post , update post and delete post

ex. Urls endpoint

GET Feed/
GET Feed/post_id
POST     Feed/
PUT      Feed/post_id
DELETE   Feed/post_id
ntsagar9 commented 2 years ago

Let check the code. I would like to help you.

islam-kamel commented 2 years ago

Of course I do. 🧑‍💻

islam-kamel commented 2 years ago

Remember to work through a branch microservices

islam-kamel commented 2 years ago

You can send me a message on slack islam.kamel if you need

ntsagar9 commented 2 years ago

Hi not able to docker-compose build because microservices don't have Dcokerfile in django_client folder.

islam-kamel commented 2 years ago

Don't do this right now. It's not ready. Just work through Python's server.

islam-kamel commented 2 years ago
cd django_restfull 
mkdir fees_read_api

start from here

islam-kamel commented 2 years ago

look in django_restfull\archive\newsfeed

ntsagar9 commented 2 years ago

Will check.