Create a Console Application from Scratch ========================================= Let's create a console application that shows "Hello, World!" We will create this application from scratch, building each piece necessary for your application to function. :example:`cli-api` :archive:`cli-api` .. toctree:: :maxdepth: 2 :caption: Contents: 1-setting-up-your-project 2-creating-the-application .. 3-adding-api-endpoints .. 4-additional-features