An open API service indexing awesome lists of open source software.

https://github.com/seedstack/crud-addon

Business framework extension to automatically expose CRUD APIs of any DTO.
https://github.com/seedstack/crud-addon

Last synced: 5 months ago
JSON representation

Business framework extension to automatically expose CRUD APIs of any DTO.

Awesome Lists containing this project

README

          

# SeedStack CRUD add-on

[![Build status](https://travis-ci.org/seedstack/crud-addon.svg?branch=master)](https://travis-ci.org/seedstack/crud-addon) [![Coverage Status](https://coveralls.io/repos/seedstack/crud-addon/badge.svg?branch=master)](https://coveralls.io/r/seedstack/crud-addon?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.seedstack.addons.crud/crud/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/org.seedstack.addons.crud/crud)

Business framework extension to automatically expose CRUD APIs of any DTO.

See [PEP-007](https://github.com/seedstack/pep/blob/master/pep-007-business-rest-crud.md) for more info

# Copyright and license

This source code is copyrighted by [The SeedStack Authors](https://github.com/seedstack/seedstack/blob/master/AUTHORS) and
released under the terms of the [Mozilla Public License 2.0](https://www.mozilla.org/MPL/2.0/).