Python Flask CRUD REST APP in 30 Minutes

preview_player
Показать описание
In this video we are going to create Flask based CRUD REST APP. In this video we will create REST API in Flask Web Framework for Create, Read, Update and Delete Operation. We will use the HTTP Verbs Methods like GET, POST, PUT, UPDATE for creating REST API.

Рекомендации по теме
Комментарии
Автор

Thank you sir ji ! I went through many videos to understand rest with flask.. yours was truly the best and simplest for me....liked and subscribed your video...

AnandSingh-misv
Автор

i love this video sir an you are really a good tutor thanks a lot a big love for you

SANJEEVKUMAR-ropk
Автор

I've great sir awesome thanks a lot 🙂☺️

MrKrishnalovesyou
Автор

@SelfTuts will you please comment the name and download link of the IDE which you are using in this tutorial

aniketsonavane
Автор

Thanks alot for the video . Helped me a lot . Please help me by providing a solution - I have seen most of SelfTuts Videos and Linux terminal is always being used . I am not having Linux on my Windows machine, please let me know the solution to setup Linux locally to get good hands on it as well .

mahesh.khatai
Автор

Sir...i need cant be able to run put request

@app.route('/emp/<int:index>', methods=['GOT', 'POST', 'PUT'])
def update_emp(index):
empl=request.get_json()
emp[index]=empl
return jsonify(emp[index]), 200


and this is coming up in postman

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>405 Method Not Allowed</title>
<h1>Method Not Allowed</h1>
<p>The method is not allowed for the requested URL.</p>


please help me with this..

shilpamsinha