nestjs-mongoose-crud
Nest.js crud module for mongoose models without `nestjsx/crud`
File Explorer
Download Latest Version (.zip)- constants.ts
- crud-config.ts
- crud-field.decorator.ts
- crud-query.decorator.ts
- crud.controller.e2e.spec.ts
- crud.controller.ts
- crud.decorator.ts
- crud.interface.ts
- main.ts
- util.ts
- .gitignore
- .npmignore
- jest.config.js
- package.json
- README.md
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/topfullstack/nestjs-mongoose-crud
Downloads the entire project code from GitHub to your computer.
cd nestjs-mongoose-crud
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn add nestjs-mongoose-crud
Type this command into your terminal and run it.
npm i nestjs-mongoose-crud
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
