Its a Simple startup NestJS Application with Mongo and Mongoose
To Start with this Nest-Mongo-Mongoose Impelemenatted Project, Please start with Following Steps
Note:- Before Starting with this Project, Please make sure you have installed latest stabled version of Nodejs and Nestjs Application in your System
Clone the project
git clone https://github.com/iamkanishka/nestmongodbcrud.git
Go to the project directory
cd my-project
Install dependencies
npm install
if you feel like you need updated versions of the dependencies, then run
npm update
Start the server
npm run start