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