0.0.3 • Published 10 months ago

gaudi v0.0.3

Weekly downloads
-
License
Apache-2.0
Repository
gitlab
Last release
10 months ago

Gaudi


What is Gaudi

Gaudi is a declarative programming language and a backend framework that makes it easier to build and maintain web application APIs. Describe your models and APIs in a declarative way and instantly get your app with batteries included.

With Gaudi out of the box you get expressive data modeling, customizable APIs, automatic database migration and population, powerful declarative database query engine, full stack type-safety, client library generators and much more.

Geting started

The fastest way to start is to use one of our template projects

$ npm create gaudi-app <project name>

Or you can add Gaudi to an existing application

$ npm install gaudi

Learn more

Learn more about Gaudi in the docs