Software Alternatives, Accelerators & Startups

How to build an API using Flask

DB Browser for SQLite cURL
  1. News. 2017-09-28 - Added PortableApp version of 3. 10. 1. Thanks John.
    Pricing:
    • Open Source
    We can verify that our database and its tables have been created by looking at the app.db file in our project directory. We can also use a tool like DB Browser for SQLite (https://sqlitebrowser.org/) to inspect and manipulate our database.

    #Databases #Database Management #MySQL Tools 195 social mentions

  2. 2
    cURL is a computer software project providing a library and command-line tool for transferring data...
    Pricing:
    • Open Source
    Now that we have implemented our API endpoints, we can test them using a tool like Postman (https://www.postman.com/) or curl (https://curl.se/). We can use these tools to send different HTTP requests to our API and inspect the responses.

    #API Tools #APIs #Developer Tools 106 social mentions

Discuss: How to build an API using Flask

Log in or Post with