momi-foundation-coding / nodejs-api-cli

This is a scaffold for generating new API-based application for NodeJS and its frameworks such as Express, kemboijs, koa, AdonisJs etc.
http://www.kemboijs.org/
MIT License
10 stars 13 forks source link

make it easy to create a new controller with its all its control #100

Open ezkemboi opened 4 years ago

ezkemboi commented 4 years ago

Is your feature request related to a problem? Please describe. Just enable the user to create a new controller, service, route and set up the database models

Describe the solution you'd like It is like creating a new functionality inside the app. E.g if creating an events route, we can set its route, controller, database, service, etc.

Describe alternatives you've considered N/A

Additional context N/A