REST API Using Falcon and SQLObject
In this post, we will create a rest API for our application using falcon. This application will perform following tasks:
Create a Student (POST request)
Get a Student (GET request)
Edit a Student (PUT request)
Delete a Student (DELETE request)
We w...
shantanubhuruk.educodersbuddy.com7 min read