Apijet is a Python framework for building APIs via the command line. In this tutorial, we are going to create the backend for the ToDo app for managing Notes.
We are going to run a couple of commands from the terminal and update just one python file. You will not struggle with how to pass the data, query the database or validate the JSON, apijet will do all of this for you.
We are going to run a couple of commands from the terminal and update just one python file. You will not struggle with how to pass the data, query the database or validate the JSON, apijet will do all of this for you.