1.0.4 • Published 2 years ago

create-confork-app v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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