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
- Host: GitHub
- URL: https://github.com/excoriate/actionsystem
- Owner: Excoriate
- Created: 2015-08-20T00:18:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T23:19:44.000Z (almost 11 years ago)
- Last Synced: 2025-02-05T12:18:51.069Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 676 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.