@ordent/ramencup
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @ordent/ramencup

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

116 kB

Total Files

53

Last publish

Collaborators

  • ddg00
  • dimassrio