Best Flask open-source libraries and packages

Flask json api

Flask Json API that takes Get, Post, Put routes. Unit testing included.
Updated 1 year ago

flask-json-api

The goals of this project were simply to:

  • Create a flask json api that is able to accomplish several tasks as described on: https://hatchways.notion.site/hatchways/Back-End-Practice-Assessment-0a110db665384575a94d93faab787f0e Tasks Include:
    • [x] Build a GET route that returns all recipe names.
    • [x] Build a GET route that takes a recipe name as a string param. Return the ingredients and the number of steps in the recipe as JSON
    • [x] Add a POST route that can add additional recipes in the existing format to the backend with support for the above routes.
    • [x] Add a PUT route that can update existing recipes.
    • [x] Utilize unit tests

Testing done through Postman (downloaded version to test on local machine)

Postman-gif

Some references: