Simple REST API example - create, read, update and delete books data.
TypeScript, Nest JS, Node.js, MongoDB, Mongoose ODM.
Installed Node.js and MongoDB.
- Create
config.ts
file insrc
folder and add mongodb uri. - Install NestJS:
npm i -g @nestjs/cli
- NestJS Version:
nest --version
- Install project dependencies:
npm install
Run in development mode: npm run start:dev