filmov
tv
Building a JSON REST API with Python and Flask

Показать описание
Building a JSON REST API with Python and Flask
In today's episode, we are gonna create a Task List application using Python and the Flask framework by creating a very basic JSON REST API following these steps:
1. Creating a Python project using venv and pip
2. Install the Flask dependencies
3. Creating the REST endpoints to CRUD tasks (Create, Read, Update and Delete)
4. Test the endpoints using an HTTP Client, in this case I'm using Insomnia App
In today's episode, we are gonna create a Task List application using Python and the Flask framework by creating a very basic JSON REST API following these steps:
1. Creating a Python project using venv and pip
2. Install the Flask dependencies
3. Creating the REST endpoints to CRUD tasks (Create, Read, Update and Delete)
4. Test the endpoints using an HTTP Client, in this case I'm using Insomnia App