npm install
or yarn
Copy example.env
and create new file name as .env
. Add neccessary enviroment keys as your need.
npm run dev:doc
or yarn dev:doc
Outlook for API Documentation UI of Swagger looks like
npm run start
or yarn start
npm run start:doc
or yarn start:doc
npm run generate-doc
or yarn generate-doc
npm run make:model Post
or yarn make:model Post
npm run make:service post
or yarn make:service post
npm run make:controller post
or yarn make:controller post
npm run make:route post
or yarn make:route post
npm run make:all post
or yarn make:all post
npm run make:all:schema post
or yarn make:all:schema post