Socket
Socket
Sign inDemoInstall

@ordentco/ramencup

Package Overview
Dependencies
10
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ordentco/ramencup

@ordent/ramencup is a rest-api out of the (cup) library for managing crud and low level logic in nestjs.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

Ramencup

Yet another iteration of rest-api scaffolding for CRUD this time on nestjs

Feature

  1. Auto generate route and DB access via entity and controller
  2. Auto validation
  3. Auto slug generation (yet still not checking with db)
  4. Auto file upload to url management (supporting aws, digital ocean and gcp)
  5. Auto relation setup via entity
  6. Auto setup for db pagination, filter, and sort
  7. Only deliver field that has been asked via select query

Usage

  1. Copy the .env.example into .env from inside example folder.
  2. Copy and modified the content of app.module.ts into your root module
  3. Create the module and extend it from our library (you can also check feature module on example)
  4. Create the entity and extend it from our library (you can also check feature entity on example)
  5. Create the controller and extend it from our library (you can also check feature controller on example)
  6. After you hook it up with the root module then the feature can be used instantly

FAQs

Last updated on 28 Jul 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc