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

https://github.com/excoriate/actionsystem

Simple CRUD on memory with IOC
https://github.com/excoriate/actionsystem

Last synced: 12 months ago
JSON representation

Simple CRUD on memory with IOC

Awesome Lists containing this project

README

          

# AS - Simple CRUD on memory with IOC.
This example show us how can we consume a single backend with IOC, from different clients. Here i don't use any IOC container, only inject instance through constructor and make some simple crud/search operations on memory.

Greetings.