Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

feat(products): create crud for products #10

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

feat(products): create crud for products #10

wants to merge 2 commits into from

Conversation

felipecrs
Copy link
Member

@felipecrs felipecrs commented Mar 13, 2020

Took example from https://github.com/9173860/nest-crud-mongoose-demo.

@felipecrs felipecrs requested a review from andrade97 March 13, 2020 21:07
@felipecrs felipecrs added the enhancement New feature or request label Mar 13, 2020
- NestJS CRUD (https://github.com/nestjsx/crud) to generate the
  RESTful CRUD for the object.
- Swagger (https://docs.nestjs.com/recipes/swagger) to generate API
  documentation, listening at `/api/docs`.
- Typegroose (https://github.com/typegoose/typegoose) to map
  Typescript objects to MongoDB/Mongoose.
- https://www.npmjs.com/package/nest-crud-mongoose

Took example from https://github.com/9173860/nest-crud-mongoose-demo.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants