Update README.md

This commit is contained in:
Darin Kelkhoff
2021-11-08 22:12:54 -06:00
committed by GitHub
parent caf879dc9f
commit 2e095eb6fb

View File

@ -2,3 +2,6 @@
[![Java CI with Maven](https://github.com/Kingsrook/qqq-backend-core/actions/workflows/maven.yml/badge.svg)](https://github.com/Kingsrook/qqq-backend-core/actions/workflows/maven.yml) [![Java CI with Maven](https://github.com/Kingsrook/qqq-backend-core/actions/workflows/maven.yml/badge.svg)](https://github.com/Kingsrook/qqq-backend-core/actions/workflows/maven.yml)
This is the Core backend module of qqq.
It defines the standard models (including how meta-data are modeled) and actions of the framework, along with interfaces for backend-modules to implement.