PodcasterDJ / Podcaster

Start your Podcast🎙️ or Blog📝 for FREE in seconds. Open-Source Django 2 Template on Heroku.
http://www.butterflybone.com
19 stars 7 forks source link

Implementing REST API #1 blog #3

Closed hvitis closed 4 years ago

hvitis commented 4 years ago

This issue is about implementing DRF https://www.django-rest-framework.org/

In order to proceed with the roadmap of running the app with separate fron-end and not monolithic structure we need to start with implementing GET public endpoints.

The app will be used by 2 types of users:

We can preserve Admin ready to use Django´s Admin panel at {{URL}}/admin and proceed with just starting with a READ-only app.

So after adding DRF the endpoints should be created:

GET posts GET posts/

with good practices

https://hackernoon.com/restful-api-designing-guidelines-the-best-practices-60e1d954e7c9 https://swagger.io/blog/api-design/api-design-best-practices/

lokeshramanav commented 4 years ago

Created branch "Implementing-REST-API-#3" and working on implementing the feature

hvitis commented 4 years ago

Hello @lokeshramanav

I've updated the issue and narrowed the scope only to GET posts GET posts/id

In case you did more please write it in the comment (I made a separate issues for others with with episodes, about etc)

Thank you! : 🙏

hvitis commented 4 years ago

@lokeshramanav this is done, moving to done.