Check Live API Doc: [https://blog-tech-api.onrender.com/api-doc]
Check Local API Environment: [http://localhost:8080/api-doc]
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
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