API with Nest js and sequelize
We'll start from the vey basic. Install nestjs cli globally and use it to create the nest js project.
$ npmi -g @nestjs/cli
$ nest new project-name
Run the project
npm run start
Go to main.ts file to check what port the app is running
async functio...
sumanad.hashnode.dev6 min read