confork-core
v1.0.3
Published
A restfull API framework that needs minimal coding
Downloads
5
Maintainers
Readme
Currently, confork is in beta version, and after getting feedbacks and completing features and tests, will be released.
Confork
Confork
is a node.js (with the typescript) framework that allows you to create restful API with writing minimal coding. The idea behind confork is to implement common rest API codes using configuration.
Main features
- Supports express and koa frameworks
- Supports all database ORMs (default is `typeorm`)
- Automatically generate swagger and postman documentations
- Automatically validate data according to database schema
- Advanced data search using query string
- Includes many ready to use modules
Documentation
To see how you can use confork, check out documentations