In this tutorial we will transform our Django phonebook Application to a Rest API
A REST API defines a set of functions which developers can perf...
For further actions, you may consider blocking this person and/or reporting abuse
I'll start a project Using FastAPI. It's the best open source docs i've ever seen.
And is also a micro Framework.
Try it out.
It's great!
Nice post! I have been using flask + flask-Restplus just to keep things lightweights.
Thank you Maximo.
Flask really love it.
i use it to build MicroServices and small application.
Regards
I have never done something like this in python but plan to do, what would you use for documentation and authentication ?
I use the knox(james1345.github.io/django-rest-kn...) package for authentication and Django Rest Framework (django-rest-framework.org/ is well documented.
If you want to use something lightweight i suggest you to use Flask.
Regards