0.2.4 • Published 3 years ago

calmapi v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Calm API

Production ready Modular REST API generator using NodeJS & MongoDB

Calm API

npm version David DeepScan grade

INSTALLATION

Install by running

npm i -g calmapi

Then run inside your workspace directory

calmapi

And follow the easy steps.

MODULE GENERATION

Generate CalmAPI CRUD Module just by running the following inside project's root.

calmapi generate module product

Valid Module generation commands.

calmapi generate module product
calmapi generate module products
calmapi generate module productMeta
calmapi generate module ProductMeta
calmapi generate module product-meta

FEATURES

  • Production ready - Controller, Model & Service oriented architecture
  • Modules with automated Routing (Nested Route support)
  • Built-in Authentication Module with JWT & DB Store authentication
  • Built-in User Module
  • Built-in Media Module for file upload AWS S3 Support
  • Build-in CRUD operations for modules with pagination, filters, sorters
  • Sample Post Module (CRUD Operation Example)
  • CRUD Module generation command line support.
  • No Hidden sh*ts in your node_modules. Completely free to customize
  • Prebuilt CRUD operation classes for Controller & Service
  • DTO Support( Data transfer Object)
  • Eslint rules enabled
  • .env support
  • And many more

Contributors

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's: Reporting a bug, Documentation, Discussing the current state of the code, Submitting a fix or Proposing new features.

Credits

Thiago Pacheco for the idea of better NodeJS architechture.

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.8

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.1.0-1

3 years ago

0.1.0-0

3 years ago