@bakku/etcapi
v2.0.7
Published
EtcAPA is a simple library (it can be considered as a framework) for creating APIs. The target is help developer create APIs easiest.
Readme
For make sure the latest documents, Please refer documents in git etcapi
1. Overview
EtcAPA is a simple library (it can be considered as a framework) for creating APIs. The target is help developer create APIs easiest.
We use reflect-metadata library for creating it. It works base on expressjs and it is similar with Spring Framework with anotations:
2. Technical
This library (framework) work as this image.
3. Use & Sample
3.1 Use
npm: npm install @bakku/etcapi
yarn: yarn add @bakku/etcapi
3.2 Sample
- Declaration @Application
import {Application} from '@bakku/etcapi';
@Application
class Application() {
}- Use directive
import {BakkuFramework} from '@bakku/etcapi';
BakkuFramework.start(); ==> locahost:8080Please see the sample source code
4. Documents
4.1 Anotaions
4.2 Related
