Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.21 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.21 KB

Ligare.web

Libraries for building web applications.

Quick Start

Ligare.web includes a scaffolding tool to help you get started quickly.

"Scaffolding" is a common practice using tools and automation to create and modify applications without requiring any initial programming.

Review Creating a New Ligare.web Application for detailed information.

About the Library

Ligare.web is intended to handle a lot of the boilerplate needed to create and run Flask applications. A primary component of that boilerplate is tying disparate pieces of functionality and other libraries together in a seamless way. For example, SQLAlchemy is an ORM supported through Ligare.database that this library integrates with to make database functionality simpler to make use of.

Flask

Ligare.web is based on Flask 3.0.x and Connexion 3.0.x.

Development

Development dependencies can be installed with [dev-dependencies]. If developing from the core repository, use the command pip install -e src/web[dev-dependencies].