Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 621 Bytes

File metadata and controls

9 lines (5 loc) · 621 Bytes

Build-REST-API-in-Flask

This Repository is a part of the "Build REST API on Flask" project in Educative.io

I think Applying my skills with hands-on projects like this is a great way to get comfortable with new techniques and technologies.

In this application,I wrote the code to create a REST API using the Flask-RESTX extension provided for Flask. To test what I have developed, I tried all the endpoints. Tried to add, delete, update, and retrieve movies present in the database.

In order to have a record of what I've worked and practiced on I created this version after I compeleted the project in the website.