Ligare

Contents:

  • Cookbook
    • R Integration
    • Console Applications
    • Web Applications
      • Create an Application With the Scaffolder
      • Working With Scaffolded Applications
      • Create a Web Application from Scratch
        • Setting Up Your Project
        • Creating the Application
        • Adding API Endpoints
        • Additional Features
  • Ligare Libraries
  • Ligare Source Documentation
Ligare
  • Cookbook
  • Web Applications
  • Create a Web Application from Scratch
  • View page source

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.

Review example sources [web-api]

Download example archive [web-api.zip]

Contents:

  • Setting Up Your Project
  • Creating the Application
    • Configuring a FlaskApp Instance
    • Creating the Application Configuration File
    • Creating the OpenAPI Specification File
    • Creating the Endpoint Request Handler
    • Running the Application
  • Adding API Endpoints
    • Adding Endpoints
  • Additional Features
    • Swagger UI
Previous Next

© Copyright 2024, Aaron Holmes.

Built with Sphinx using a theme provided by Read the Docs.